diff options
author | Chris White <chriswhite@gentoo.org> | 2005-01-02 18:19:45 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-01-02 18:19:45 +0000 |
commit | 861078f7bbca9b625eae372c524e7e4c0aff254a (patch) | |
tree | 6cb3ba7577e20ee796c4e9e2b3c90c1ff1ce0e6e | |
parent | Version bump. lirc drivers are now in lirc package. (Manifest recommit) (diff) | |
download | gentoo-2-861078f7bbca9b625eae372c524e7e4c0aff254a.tar.gz gentoo-2-861078f7bbca9b625eae372c524e7e4c0aff254a.tar.bz2 gentoo-2-861078f7bbca9b625eae372c524e7e4c0aff254a.zip |
~ppc towards bug #73702.
-rw-r--r-- | net-libs/aqbanking/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/aqbanking/aqbanking-0.9.8.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/net-libs/aqbanking/ChangeLog b/net-libs/aqbanking/ChangeLog index fa277633b19f..550e8da82efd 100644 --- a/net-libs/aqbanking/ChangeLog +++ b/net-libs/aqbanking/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/aqbanking -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.3 2004/12/27 01:16:01 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.4 2005/01/02 18:19:45 chriswhite Exp $ + + 03 Jan 2005; Chris White <chriswhite@gentoo.org> aqbanking-0.9.8.ebuild: + ~ppc towards bug #73702. 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> aqbanking-0.9.8.ebuild: ~alpha keyword. diff --git a/net-libs/aqbanking/aqbanking-0.9.8.ebuild b/net-libs/aqbanking/aqbanking-0.9.8.ebuild index c759b3e487d7..f4ad859adf42 100644 --- a/net-libs/aqbanking/aqbanking-0.9.8.ebuild +++ b/net-libs/aqbanking/aqbanking-0.9.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-0.9.8.ebuild,v 1.4 2004/12/27 01:16:01 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-0.9.8.ebuild,v 1.5 2005/01/02 18:19:45 chriswhite Exp $ DESCRIPTION="Generic Online Banking Interface" HOMEPAGE="http://www.aquamaniac.de/aqbanking/" SRC_URI="mirror://sourceforge/aqbanking/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" IUSE="debug" DEPEND=">=sys-libs/gwenhywfar-1.2" S=${WORKDIR}/${P} diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index 690a6498688a..ad06806f3580 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gwenhywfar -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.3 2004/12/27 01:15:13 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.4 2005/01/02 18:17:41 chriswhite Exp $ + + 03 Jan 2005; Chris White <chriswhite@gentoo.org> gwenhywfar-1.3.ebuild: + ~ppc towards bug #73702. 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> gwenhywfar-1.3.ebuild: ~alpha keyword. diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild index b56ec2e94d46..4b424e81cc0d 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild,v 1.3 2004/12/27 01:15:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild,v 1.4 2005/01/02 18:17:41 chriswhite Exp $ DESCRIPTION="A multi-platform helper library for other libraries" HOMEPAGE="http://gwenhywfar.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha" +KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" IUSE="debug ssl doc" |