summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-12-05 10:51:49 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-12-05 10:51:49 +0000
commit6d75e07df8e175b8fab63339456cd3262c073cb6 (patch)
tree4a20cefe4626f1e7337e2ec4b79fd8197a178339 /dev-cpp
parentfix src_uri for amd64 (diff)
downloadhistorical-6d75e07df8e175b8fab63339456cd3262c073cb6.tar.gz
historical-6d75e07df8e175b8fab63339456cd3262c073cb6.tar.bz2
historical-6d75e07df8e175b8fab63339456cd3262c073cb6.zip
version bump; mark1.2.5 stable
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/commoncpp2/ChangeLog8
-rw-r--r--dev-cpp/commoncpp2/Manifest6
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild4
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.3.0.ebuild35
-rw-r--r--dev-cpp/commoncpp2/files/digest-commoncpp2-1.3.01
5 files changed, 49 insertions, 5 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..55945a21e173 100644
--- a/dev-cpp/commoncpp2/Manifest
+++ b/dev-cpp/commoncpp2/Manifest
@@ -1,5 +1,7 @@
+MD5 2d8837ceabab1ba96100507d956bb6c9 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 01fa40b6920735ee7be695f506beecdc ChangeLog 1972
+MD5 a89d2ba7a7ea8f66b1a32905d6947f7e 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