diff options
Diffstat (limited to 'net-p2p/giftoxic')
-rw-r--r-- | net-p2p/giftoxic/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.10.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.9.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net-p2p/giftoxic/ChangeLog b/net-p2p/giftoxic/ChangeLog index 24a6c768a495..07d8df990af6 100644 --- a/net-p2p/giftoxic/ChangeLog +++ b/net-p2p/giftoxic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/giftoxic -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.12 2005/05/09 02:57:31 tester Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.13 2007/01/10 13:03:25 armin76 Exp $ + + 10 Jan 2007; Raúl Porcel <armin76@gentoo.org> giftoxic-0.0.9.ebuild, + giftoxic-0.0.10.ebuild: + fix pkgconfig dep, bug 152463 09 May 2005; Olivier Crête <tester@gentoo.org> giftoxic-0.0.10.ebuild: Stable on amd64 diff --git a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild index 39d8081a8260..491705486bdd 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.6 2005/05/09 02:57:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.7 2007/01/10 13:03:25 armin76 Exp $ IUSE="" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" DEPEND=">=x11-libs/gtk+-2.0.3 - net-p2p/gift" + net-p2p/gift + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" diff --git a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild index bce86648451f..5bac1995e143 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.9 2005/01/02 12:23:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.10 2007/01/10 13:03:25 armin76 Exp $ IUSE="" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=x11-libs/gtk+-2.0.3 - net-p2p/gift" + net-p2p/gift + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |