summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-09-20 14:26:35 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-09-20 14:26:35 +0000
commitac16bc422897b010cff5d0c4907b31115066c836 (patch)
tree667a9c9fe3d3a3704b436fdd62ecc28c3ec3072c /dev-util/webcpp
parentVersion bump. Keyword ~amd64. Drop old. (diff)
downloadgentoo-2-ac16bc422897b010cff5d0c4907b31115066c836.tar.gz
gentoo-2-ac16bc422897b010cff5d0c4907b31115066c836.tar.bz2
gentoo-2-ac16bc422897b010cff5d0c4907b31115066c836.zip
amd64 stable, remove old ebuild.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'dev-util/webcpp')
-rw-r--r--dev-util/webcpp/ChangeLog6
-rw-r--r--dev-util/webcpp/webcpp-0.8.2.ebuild27
-rw-r--r--dev-util/webcpp/webcpp-0.8.4.ebuild4
3 files changed, 7 insertions, 30 deletions
diff --git a/dev-util/webcpp/ChangeLog b/dev-util/webcpp/ChangeLog
index 6c6442d03c15..9128c1118726 100644
--- a/dev-util/webcpp/ChangeLog
+++ b/dev-util/webcpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/webcpp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/ChangeLog,v 1.17 2008/06/23 18:04:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/ChangeLog,v 1.18 2008/09/20 14:26:35 coldwind Exp $
+
+ 20 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> -webcpp-0.8.2.ebuild,
+ webcpp-0.8.4.ebuild:
+ amd64 stable, remove old ebuild.
23 Jun 2008; Raúl Porcel <armin76@gentoo.org> webcpp-0.8.4.ebuild:
alpha/sparc stable wrt #228549
diff --git a/dev-util/webcpp/webcpp-0.8.2.ebuild b/dev-util/webcpp/webcpp-0.8.2.ebuild
deleted file mode 100644
index 18522cc36ea6..000000000000
--- a/dev-util/webcpp/webcpp-0.8.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/webcpp-0.8.2.ebuild,v 1.6 2006/12/11 07:43:29 beu Exp $
-
-inherit toolchain-funcs
-
-IUSE=""
-
-S=${WORKDIR}/${P}-src
-DESCRIPTION="converts source code into HTML file using a customizable syntax highlighting engine and colour schemes"
-HOMEPAGE="http://webcpp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/webcpp/${P}-src.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha ~hppa ~mips ppc sparc x86"
-
-pkg_setup() {
- [ `gcc-major-version` -eq 2 ] \
- && die "WebCPP only works with gcc-3.x" \
- || return 0
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS CREDITS ChangeLog README TODO
-}
diff --git a/dev-util/webcpp/webcpp-0.8.4.ebuild b/dev-util/webcpp/webcpp-0.8.4.ebuild
index 39525d5c9271..3bf3d12b21e3 100644
--- a/dev-util/webcpp/webcpp-0.8.4.ebuild
+++ b/dev-util/webcpp/webcpp-0.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/webcpp-0.8.4.ebuild,v 1.10 2008/06/23 18:04:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/webcpp-0.8.4.ebuild,v 1.11 2008/09/20 14:26:35 coldwind Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/webcpp/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc sparc x86"
IUSE=""
S=${WORKDIR}/${P}-src