diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-12-05 10:51:49 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-12-05 10:51:49 +0000 |
commit | 47a3a4151de6c94aacebfb332fac0ac3feb1b865 (patch) | |
tree | d3cd20fbc282f59008153d598c5b81c6a874244d /dev-cpp | |
parent | fix src_uri for amd64 (Manifest recommit) (diff) | |
download | gentoo-2-47a3a4151de6c94aacebfb332fac0ac3feb1b865.tar.gz gentoo-2-47a3a4151de6c94aacebfb332fac0ac3feb1b865.tar.bz2 gentoo-2-47a3a4151de6c94aacebfb332fac0ac3feb1b865.zip |
version bump; mark1.2.5 stable
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/Manifest | 4 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild | 35 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/files/digest-commoncpp2-1.3.0 | 1 |
5 files changed, 48 insertions, 4 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index ade468305009..ba095db8c1ea 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.8 2004/10/23 21:58:26 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.9 2004/12/05 10:51:49 lanius Exp $ + +*commoncpp2-1.3.0 (05 Dec 2004) + + 05 Dec 2004; lanius@gentoo.org commoncpp2-1.2.5.ebuild, + +commoncpp2-1.3.0.ebuild: + version bump; mark 1.2.5 stable *commoncpp2-1.2.5 (23 Oct 2004) diff --git a/dev-cpp/commoncpp2/Manifest b/dev-cpp/commoncpp2/Manifest index 519d1c629e9e..19c353c2552d 100644 --- a/dev-cpp/commoncpp2/Manifest +++ b/dev-cpp/commoncpp2/Manifest @@ -1,5 +1,7 @@ +MD5 62c1d9bef60f545da774856e0578e8df commoncpp2-1.3.0.ebuild 1004 MD5 966b78db74847d778550fbde3376265f commoncpp2-1.0.13.ebuild 1115 MD5 b40ad23bd2f422a5492f07bcdabcae00 ChangeLog 1818 -MD5 62c1d9bef60f545da774856e0578e8df commoncpp2-1.2.5.ebuild 1004 +MD5 f670b7ab9a7d5b19f6a0eb399a7178dd commoncpp2-1.2.5.ebuild 1003 MD5 6990ef52b125e72e39312b276bb91b15 files/digest-commoncpp2-1.2.5 68 +MD5 a5251c2c33ea6e211308f6945cb2d4a6 files/digest-commoncpp2-1.3.0 68 MD5 781ce9f97c4496dcb0ec078a74cba8d2 files/digest-commoncpp2-1.0.13 69 diff --git a/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild index d9158803da1c..16d75442136d 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild,v 1.1 2004/10/23 21:58:26 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild,v 1.2 2004/12/05 10:51:49 lanius 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/cplusplus/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/commoncpp/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="doc xml2" DEPEND="xml2? ( dev-libs/libxml2 )" diff --git a/dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild new file mode 100644 index 000000000000..b6d0f9b882cb --- /dev/null +++ b/dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild,v 1.1 2004/12/05 10:51:49 lanius 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/cplusplus/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/commoncpp/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="doc xml2" + +DEPEND="xml2? ( dev-libs/libxml2 )" + +src_compile() { + use xml2 \ + && myconf="${myconf} --with-xml" \ + || myconf="${myconf} --without-xml" + + econf ${myconf} || die "./configure failed" + + emake || die +} + +src_install () { + einstall || die + + dodoc AUTHORS INSTALL NEWS ChangeLog README\ + THANKS TODO COPYING COPYING.addendum + + # Only install html docs + # man and latex available, but seems a little wasteful + use doc && dohtml doc/html/* +} diff --git a/dev-cpp/commoncpp2/files/digest-commoncpp2-1.3.0 b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.3.0 new file mode 100644 index 000000000000..61d19c87c8ce --- /dev/null +++ b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.3.0 @@ -0,0 +1 @@ +MD5 84059a0869ed85513c54262c3db46ccc commoncpp2-1.3.0.tar.gz 805583 |