View previous topic :: View next topic |
Author |
Message |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Tue Aug 01, 2006 3:36 pm Post subject: [ebuild] Xchat 2.6.6 |
|
|
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é ).
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 |
|
![](templates/gentoo/images/spacer.gif) |
CryoGen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1442840809462c9e9cb938c.jpg)
Joined: 11 Feb 2004 Posts: 1426 Location: Bamako - Mali - Afrique
|
Posted: Wed Aug 02, 2006 2:06 am Post subject: |
|
|
hum sympa ^^
Si tu es en manque de creation d'ebuild tu pourrais pas nous pondre un ebuild pour la version cvs de dolibarr ?
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 Evil :twisted:](images/smiles/icon_twisted.gif) _________________ - CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Wed Aug 02, 2006 6:12 am Post subject: |
|
|
Salut,
pourquoi pas mais j'ai encore quelques problèmes avec les versions cvs ^^ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CryoGen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1442840809462c9e9cb938c.jpg)
Joined: 11 Feb 2004 Posts: 1426 Location: Bamako - Mali - Afrique
|
Posted: Wed Aug 02, 2006 12:55 pm Post subject: |
|
|
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 mais en ce moment j'ai pas le temps travail, toujours le travail.... _________________ - CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
man in the hill Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/123133140745d9ef8127513.jpg)
Joined: 15 Dec 2005 Posts: 1552 Location: Madinina
|
Posted: Wed Aug 02, 2006 1:52 pm Post subject: |
|
|
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 ?
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 Evil :twisted:](images/smiles/icon_twisted.gif) |
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 |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Wed Aug 02, 2006 6:26 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
CryoGen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1442840809462c9e9cb938c.jpg)
Joined: 11 Feb 2004 Posts: 1426 Location: Bamako - Mali - Afrique
|
Posted: Wed Aug 02, 2006 8:45 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
man in the hill Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/123133140745d9ef8127513.jpg)
Joined: 15 Dec 2005 Posts: 1552 Location: Madinina
|
Posted: Wed Aug 02, 2006 10:29 pm Post subject: |
|
|
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 !!!!
@+ _________________ Get Up and Go ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PabOu Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3473093244651a9f172aa.jpg)
Joined: 11 Feb 2004 Posts: 1088 Location: Namur - Belgium
|
Posted: Wed Aug 02, 2006 11:40 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
neysx Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/17295657453e350b33c0b78.jpg)
Joined: 27 Jan 2003 Posts: 795
|
Posted: Thu Aug 03, 2006 2:41 pm Post subject: Re: [ebuild] Xchat 2.6.6 |
|
|
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é ).
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 |
|
![](templates/gentoo/images/spacer.gif) |
|