diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-03-12 21:53:23 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-03-12 21:53:23 +0000 |
commit | 9cbbb3b84996254526aa5a97d174dfb14d348622 (patch) | |
tree | 27a867906021f2938b68ec93f0b87c2774344494 /dev-libs/commonc++2 | |
parent | Bump, includes fix for 2.4 compilation (Manifest recommit) (diff) | |
download | gentoo-2-9cbbb3b84996254526aa5a97d174dfb14d348622.tar.gz gentoo-2-9cbbb3b84996254526aa5a97d174dfb14d348622.tar.bz2 gentoo-2-9cbbb3b84996254526aa5a97d174dfb14d348622.zip |
New package
Diffstat (limited to 'dev-libs/commonc++2')
-rw-r--r-- | dev-libs/commonc++2/ChangeLog | 11 | ||||
-rw-r--r-- | dev-libs/commonc++2/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/commonc++2/commonc++2-1.1.0.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/commonc++2/files/digest-commonc++2-1.1.0 | 1 | ||||
-rw-r--r-- | dev-libs/commonc++2/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/dev-libs/commonc++2/ChangeLog b/dev-libs/commonc++2/ChangeLog new file mode 100644 index 000000000000..d478d85e131a --- /dev/null +++ b/dev-libs/commonc++2/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-libs/commonc++2 +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++2/ChangeLog,v 1.1 2004/03/12 21:53:23 lu_zero Exp $ + +*commonc++2-1.1.0 (12 Mar 2004) + + 12 Mar 2004; Luca Barbato <lu_zero@gentoo.org> commonc++2-1.1.0.ebuild, + metadata.xml: + First commit, thanks to Clement Siuchung Cheung <sccheung@umich.edu> and + Carlo <current@myrealbox.com> (see bug #43144) + diff --git a/dev-libs/commonc++2/Manifest b/dev-libs/commonc++2/Manifest new file mode 100644 index 000000000000..f1f3da5a5874 --- /dev/null +++ b/dev-libs/commonc++2/Manifest @@ -0,0 +1,3 @@ +MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 564c751a412bebe7df77d069680d7300 commonc++2-1.1.0.ebuild 958 +MD5 b2df70c8d3cea0827aac38a5e596ae44 files/digest-commonc++2-1.1.0 68 diff --git a/dev-libs/commonc++2/commonc++2-1.1.0.ebuild b/dev-libs/commonc++2/commonc++2-1.1.0.ebuild new file mode 100644 index 000000000000..69de0e62719f --- /dev/null +++ b/dev-libs/commonc++2/commonc++2-1.1.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++2/commonc++2-1.1.0.ebuild,v 1.1 2004/03/12 21:53:23 lu_zero Exp $ + +IUSE="doc" + +MY_P=${P/++/pp} +S=${WORKDIR}/${MY_P} + +HOMEPAGE="http://cplusplus.sourceforge.net/" +SRC_URI="mirror://sourceforge/cplusplus/${MY_P}.tar.gz" +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" + +RESTRICT="nomirror" + +DEPEND="sys-libs/zlib + dev-libs/libxml2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +src_compile() { + econf --prefix=/usr || die "./configure failed" + emake || die +} + +src_install () { + sed -i -e 's:chmod +x ${scriptdir}:chmod +x $(DESTDIR)${scriptdir}:' src/Makefile + emake install DESTDIR=${D} install || die + if use doc ; then + dohtml doc/html/* + insinto /usr/share/doc/${PF}/demo + doins demo/* + fi + dodoc AUTHORS ChangeLog COPYING* INSTALL NEWS README THANKS TODO +} diff --git a/dev-libs/commonc++2/files/digest-commonc++2-1.1.0 b/dev-libs/commonc++2/files/digest-commonc++2-1.1.0 new file mode 100644 index 000000000000..8a5647f3b61d --- /dev/null +++ b/dev-libs/commonc++2/files/digest-commonc++2-1.1.0 @@ -0,0 +1 @@ +MD5 2063b53d4918df9c0a2dd157ad197573 commoncpp2-1.1.0.tar.gz 749562 diff --git a/dev-libs/commonc++2/metadata.xml b/dev-libs/commonc++2/metadata.xml new file mode 100644 index 000000000000..20ce219711a2 --- /dev/null +++ b/dev-libs/commonc++2/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +</pkgmetadata> |