Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ebuild] Xchat 2.6.6
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Tue Aug 01, 2006 3:36 pm    Post subject: [ebuild] Xchat 2.6.6 Reply with quote

Salut,
cet aprés midi je m'embettais un peu alors j'ai fait un nouvel ebuild (et cette fois-ci Ycarus ne m'a pas doublé :D ).
Il s'agit de la version 2.6.6 de xchat.

Je n'ai pas mis le patch pour la version en finlandais par contre (je n'ai pas encore bien compris le système des patchs :/ ).

Elle est ici : http://www.gd2d.net/portage

Bon emerge ^^.
Back to top
View user's profile Send private message
CryoGen
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1426
Location: Bamako - Mali - Afrique

PostPosted: Wed Aug 02, 2006 2:06 am    Post subject: Reply with quote

hum sympa ^^

Si tu es en manque de creation d'ebuild tu pourrais pas nous pondre un ebuild pour la version cvs de dolibarr ? :oops:
j'ai chopper un ebuild pour la 2.0.1 mais plein de bug sont corrigés dans la cvs et des possibilitées on été rajoutées :)

http://dolibarrint.jexiste.fr/en/

Merci :twisted:
_________________
- CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword...
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Wed Aug 02, 2006 6:12 am    Post subject: Reply with quote

Salut,
pourquoi pas mais j'ai encore quelques problèmes avec les versions cvs ^^
Back to top
View user's profile Send private message
CryoGen
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1426
Location: Bamako - Mali - Afrique

PostPosted: Wed Aug 02, 2006 12:55 pm    Post subject: Reply with quote

SnowBear wrote:
Salut,
pourquoi pas mais j'ai encore quelques problèmes avec les versions cvs ^^


Ben e comprends rien aux ebuilds XD
bon c'est vrai que je m'y suis pas beaucoup interressé non plus :roll: mais en ce moment j'ai pas le temps :evil: travail, toujours le travail....
_________________
- CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword...
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Wed Aug 02, 2006 1:52 pm    Post subject: Reply with quote

CryoGen wrote:
hum sympa ^^

Si tu es en manque de creation d'ebuild tu pourrais pas nous pondre un ebuild pour la version cvs de dolibarr ? :oops:
j'ai chopper un ebuild pour la 2.0.1 mais plein de bug sont corrigés dans la cvs et des possibilitées on été rajoutées :)

http://dolibarrint.jexiste.fr/en/

Merci :twisted:


Tu peux me coller (ou un pastebin l'ebuild que tu as chopper)...Si il fait bien son boulot au niveau de l'installe , il n'y a pas problème pour une installe cvs...

[EDIT]@ SnowBear: Tu as vérifié si les patch fix-cursor , fix-proxy n'étaient plus nécessaire...Idem pour l'autre patch...Il suffit d'aller regarder ds le fichier concerné...[/EDIT]

@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
SnowBear
l33t
l33t


Joined: 03 Sep 2005
Posts: 773
Location: France - Bordeaux

PostPosted: Wed Aug 02, 2006 6:26 pm    Post subject: Reply with quote

J'ai regardé dans le répertoire patches et le seul pour la 2.6 concernait les hightlights pour la lange finlandaise.
Back to top
View user's profile Send private message
CryoGen
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1426
Location: Bamako - Mali - Afrique

PostPosted: Wed Aug 02, 2006 8:45 pm    Post subject: Reply with quote

Voici l'ebuild pour dolibarr2.0.1
Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils webapp depend.php

DESCRIPTION="ERP/CRM for small and medium companies"
HOMEPAGE="http://dolibarrint.jexiste.fr/en/"

# It's NOT the real URI
SRC_URI="http://netfab.ifrance.com/download/${PN}/${PV}/${P}.tgz"

# The patchset...
SRC_URI="${SRC_URI}
        http://netfab.ifrance.com/download/${PN}/${PV}/gentoo-${P}-patchset.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
DEPEND=""

pkg_setup() {
        webapp_pkg_setup

        # we check that PHP was compiled with the correct USE flags
        require_php_with_use curl gd mysql

}

src_unpack() {
        unpack ${A}

        cd ${S}

        einfo "Generating SQL file ..."
        cd mysql && emake mysql.sql &> /dev/null && cd ..

        # ================
        #     patchs
        # ================
        # 01_all_config-file-creation.patch
        #               create dolibarr configuration file
        #
        # 02_all_NAMES-latin1.patch
        #               Database is in latin1.
        #
        # 03_all_default-lang.patch
        #               set default language to 'en_US' in generated SQL file.
        #
        # 05_all_installation-header.patch
        #               Fix installation's page header (iso-8859-1)
        #
        # 06_all_install-config.patch
        #               Don't need these inputs here :
        #               these steps will be done with the mysql's prompt.
        #
        # 07_all_install-skip-step2.patch
        #               Skip installation's step 2 :
        #               we will create the database, all tables and datas
        #               with the mysql's prompt.
        #
        # 08_all_main-header.patch
        #               Fix main page header (iso-8859-1)

        EPATCH_SUFFIX="patch" epatch "${WORKDIR}/gentoo-patches"

}

src_install() {
        webapp_src_preinst

        cd ${S}

        webapp_sqlscript mysql mysql/mysql.sql

        local ARI="doc/install"
        local ARU="doc/user"

        # WARNING : install instructions are deprecated,
        # and documents are only in french.
        # Example : PEAR Base System is already included in dolibarr's code.
        local docs="
                README README-FR ChangeLog COPYING COPYRIGHT doc/Mysql
                ${ARI}/dolibarr-install.pdf ${ARI}/dolibarr-install.txt
                ${ARU}/dolibarr-user.pdf ${ARU}/dolibarr-user.txt"

        dodoc ${docs}

        dohtml ${ARI}/dolibarr-install-1.html ${ARI}/dolibarr-install-2.html \
                        ${ARI}/dolibarr-install-3.html ${ARI}/dolibarr-install.html

        einfo "Installing main files"
        cd htdocs
        cp -r . ${D}${MY_HTDOCSDIR}

        webapp_postinst_txt en ${FILESDIR}/${PV}/postinstall-en.txt

        # Set correct permissions on the configuration file
        webapp_hook_script ${FILESDIR}/conf-file-perms

        webapp_src_install
}

_________________
- CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword...
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Wed Aug 02, 2006 10:29 pm    Post subject: Reply with quote

Salut CryoGen,

J'ai modifié l'ebuild mais le problème c'est que je n'ai pas pu le tester car je n'ai pas php et apache sur mon système donc c'est toi le premier à tester avec des grandes risques que cela plante !!!! Car je n'ai jamais utilisé les eclass webapp depend.php et je ne peux pas étudié cela à fond ( par ex , je n'ai jamais appellé emake ds src_unpack) donc je me suis basé en majorité sur l'ebuild déjà existant...

J'ouvre un thread pour te coller cette ebuild : dolibarr-9999.ebuild et pour débuguer...et avoir peut-être les avis de qques bidouilleurs d'ebuilds...

On va pas polluer le post de SnowBear qui peut aussi jeter un coup d'oeil :wink: !!!!


@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
PabOu
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1088
Location: Hélécine - Belgium

PostPosted: Wed Aug 02, 2006 11:40 pm    Post subject: Reply with quote

J'ai testé l'ebuild pour xchat 2.6.6 ! résultat : il a sa place au chaud dans mon overlay. Merci !
_________________
Mangez du poulet !
Back to top
View user's profile Send private message
neysx
Retired Dev
Retired Dev


Joined: 27 Jan 2003
Posts: 795

PostPosted: Thu Aug 03, 2006 2:41 pm    Post subject: Re: [ebuild] Xchat 2.6.6 Reply with quote

SnowBear wrote:
Salut,
cet aprés midi je m'embettais un peu alors j'ai fait un nouvel ebuild (et cette fois-ci Ycarus ne m'a pas doublé :D ).
Il s'agit de la version 2.6.6 de xchat.

Je n'ai pas mis le patch pour la version en finlandais par contre (je n'ai pas encore bien compris le système des patchs :/ ).

Elle est ici : http://www.gd2d.net/portage

Bon emerge ^^.
https://bugs.gentoo.org/show_bug.cgi?id=141366 permet de choisir entre libsexy & gtkspell.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum