summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-10-23 22:00:51 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-10-23 22:00:51 +0000
commit3e960c69783a4cd1e991559784d0219fd15ac13b (patch)
treef4a162cef4cadffb89abcfe99d89ae25ed82e127 /dev-libs
parentversion bumversion bump (Manifest recommit) (diff)
downloadgentoo-2-3e960c69783a4cd1e991559784d0219fd15ac13b.tar.gz
gentoo-2-3e960c69783a4cd1e991559784d0219fd15ac13b.tar.bz2
gentoo-2-3e960c69783a4cd1e991559784d0219fd15ac13b.zip
remove commonc++2
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/commonc++2/ChangeLog15
-rw-r--r--dev-libs/commonc++2/Manifest4
-rw-r--r--dev-libs/commonc++2/commonc++2-1.1.0.ebuild37
-rw-r--r--dev-libs/commonc++2/files/digest-commonc++2-1.1.01
-rw-r--r--dev-libs/commonc++2/metadata.xml5
5 files changed, 0 insertions, 62 deletions
diff --git a/dev-libs/commonc++2/ChangeLog b/dev-libs/commonc++2/ChangeLog
deleted file mode 100644
index adf13c0a3227..000000000000
--- a/dev-libs/commonc++2/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for dev-libs/commonc++2
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++2/ChangeLog,v 1.3 2004/08/21 00:45:51 mr_bones_ Exp $
-
- 20 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org>
- commonc++2-1.1.0.ebuild:
- fix DESCRIPTION; tidy
-
-*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
deleted file mode 100644
index 4ff2bd1cd918..000000000000
--- a/dev-libs/commonc++2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 373150714986dbf867cff7d7b324e8ba ChangeLog 569
-MD5 7adedd134a3473c8d3afdd718f41f672 commonc++2-1.1.0.ebuild 1077
-MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
-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
deleted file mode 100644
index 8ed2ff30c718..000000000000
--- a/dev-libs/commonc++2/commonc++2-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.3 2004/08/21 00:45:51 mr_bones_ Exp $
-
-MY_P=${P/++/pp}
-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"
-HOMEPAGE="http://cplusplus.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cplusplus/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="doc"
-
-DEPEND="sys-libs/zlib
- dev-libs/libxml2"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf --prefix=/usr || die
- emake || die "emake failed"
-}
-
-src_install () {
- sed -i \
- -e 's:chmod +x ${scriptdir}:chmod +x $(DESTDIR)${scriptdir}:' \
- src/Makefile \
- || die "sed failed"
- make DESTDIR="${D}" install || die "make install failed"
- 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
deleted file mode 100644
index 8a5647f3b61d..000000000000
--- a/dev-libs/commonc++2/files/digest-commonc++2-1.1.0
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 20ce219711a2..000000000000
--- a/dev-libs/commonc++2/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-</pkgmetadata>