diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-10-26 07:53:07 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-10-26 07:53:07 +0000 |
commit | 1e1bb39ae34dc1f61a696ef0c731514338824474 (patch) | |
tree | 42cdce136bd792d35708875bf53a25376f8c8b8a /net-im/gaim-cvs | |
parent | initial import, closes bug# 9029 (diff) | |
download | gentoo-2-1e1bb39ae34dc1f61a696ef0c731514338824474.tar.gz gentoo-2-1e1bb39ae34dc1f61a696ef0c731514338824474.tar.bz2 gentoo-2-1e1bb39ae34dc1f61a696ef0c731514338824474.zip |
Fixed the dev-util/cvs dependency
Diffstat (limited to 'net-im/gaim-cvs')
-rw-r--r-- | net-im/gaim-cvs/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/net-im/gaim-cvs/ChangeLog b/net-im/gaim-cvs/ChangeLog index 07fddae50973..f584613f3271 100644 --- a/net-im/gaim-cvs/ChangeLog +++ b/net-im/gaim-cvs/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for net-im/gaim-cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.3 2002/10/25 19:40:20 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.4 2002/10/26 07:53:07 phoenix Exp $ *gaim-cvs-0.60-r1 (25 Oct 2002) + 26 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild: + + Fixed the DEPENDency. The ebuild did not depend on dev-util/cvs, because + i inherited cvs before i set DEPEND. That caused DEPEND to overwrite the + dev-util/cvs dependency. Thx to mjc for finding that bug. + 25 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild: Cleaned the ebuild: diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild index 344059c00880..9756e0d0ba77 100644 --- a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild +++ b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.2 2002/10/25 19:40:20 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.3 2002/10/26 07:53:07 phoenix Exp $ IUSE="nas nls esd arts perl" @@ -11,13 +11,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -inherit cvs - -ECVS_SERVER="cvs.gaim.sourceforge.net:/cvsroot/gaim" -ECVS_MODULE="gaim" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" -S=${WORKDIR}/${ECVS_MODULE} - DEPEND="=sys-libs/db-1* !net-im/gaim =x11-libs/gtk+-2.0* @@ -28,6 +21,13 @@ DEPEND="=sys-libs/db-1* arts? ( >=kde-base/arts-0.9.5 ) perl? ( >=sys-devel/perl-5.6.1 )" +inherit cvs + +ECVS_SERVER="cvs.gaim.sourceforge.net:/cvsroot/gaim" +ECVS_MODULE="gaim" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" +S=${WORKDIR}/${ECVS_MODULE} + src_compile() { local myconf |