diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 21:58:26 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-23 21:58:26 +0000 |
commit | 7a56122b5caf79ccc52e93999e99f78b6dfd17ad (patch) | |
tree | 80dbe08ef82dadd4423770bc6eecefab8fcf9977 /dev-cpp | |
parent | move commonc++2 to commoncpp2 (diff) | |
download | gentoo-2-7a56122b5caf79ccc52e93999e99f78b6dfd17ad.tar.gz gentoo-2-7a56122b5caf79ccc52e93999e99f78b6dfd17ad.tar.bz2 gentoo-2-7a56122b5caf79ccc52e93999e99f78b6dfd17ad.zip |
version bumversion bump
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/Manifest | 4 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.2.5.ebuild | 35 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/files/digest-commoncpp2-1.2.5 | 1 |
4 files changed, 45 insertions, 2 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index 5cf50a0c6cfa..ade468305009 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2004/08/14 13:31:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.8 2004/10/23 21:58:26 lanius Exp $ + +*commoncpp2-1.2.5 (23 Oct 2004) + + 23 Oct 2004; Heinrich Wendel <lanius@gentoo.org> +commoncpp2-1.2.5.ebuild: + version bump 14 Aug 2004; Sven Wegener <swegener@gentoo.org> : Fixed CVS Header. diff --git a/dev-cpp/commoncpp2/Manifest b/dev-cpp/commoncpp2/Manifest index fe264e1189f3..7c9d8082c052 100644 --- a/dev-cpp/commoncpp2/Manifest +++ b/dev-cpp/commoncpp2/Manifest @@ -1,3 +1,5 @@ -MD5 804f5d65db65bb0d59fbaeccc38bb938 ChangeLog 1694 MD5 966b78db74847d778550fbde3376265f commoncpp2-1.0.13.ebuild 1115 +MD5 804f5d65db65bb0d59fbaeccc38bb938 ChangeLog 1694 +MD5 6f6ea5f3e6b9c590c42a52408a7be866 commoncpp2-1.2.5.ebuild 1075 +MD5 6990ef52b125e72e39312b276bb91b15 files/digest-commoncpp2-1.2.5 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 new file mode 100644 index 000000000000..d9158803da1c --- /dev/null +++ b/dev-cpp/commoncpp2/commoncpp2-1.2.5.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.2.5.ebuild,v 1.1 2004/10/23 21:58:26 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.2.5 b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.2.5 new file mode 100644 index 000000000000..94cdc3d0d712 --- /dev/null +++ b/dev-cpp/commoncpp2/files/digest-commoncpp2-1.2.5 @@ -0,0 +1 @@ +MD5 33c1ddf5a24dd5e471b1199e92172b23 commoncpp2-1.2.5.tar.gz 799423 |