diff options
author | David Holm <dholm@gentoo.org> | 2005-07-05 09:54:44 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-05 09:54:44 +0000 |
commit | 62b131f5822a49c7a73bfbbd6eebe81ab9627ef6 (patch) | |
tree | 2c6e7c74e6137989943f8acda6524c48889f0b60 /dev-cpp | |
parent | dialog-1.0.20050206 nolonger on debian mirror (bug #91994). dialog-1.0.200503... (diff) | |
download | gentoo-2-62b131f5822a49c7a73bfbbd6eebe81ab9627ef6.tar.gz gentoo-2-62b131f5822a49c7a73bfbbd6eebe81ab9627ef6.tar.bz2 gentoo-2-62b131f5822a49c7a73bfbbd6eebe81ab9627ef6.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index a8dac5619746..4b76216331ca 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.12 2005/07/05 00:28:04 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.13 2005/07/05 09:51:23 dholm Exp $ + + 05 Jul 2005; David Holm <dholm@gentoo.org> commoncpp2-1.3.13.ebuild: + Added to ~ppc. *commoncpp2-1.3.13 (05 Jul 2005) diff --git a/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild index aa8bf3baf6f8..b85f54dee914 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild,v 1.1 2005/07/05 00:28:04 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild,v 1.2 2005/07/05 09:51:23 dholm Exp $ DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services" SRC_URI="mirror://sourceforge/gnutelephony/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/commoncpp/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc xml2" DEPEND="xml2? ( dev-libs/libxml2 )" |