diff options
Diffstat (limited to 'dev-util/webcpp')
-rw-r--r-- | dev-util/webcpp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/webcpp/webcpp-0.8.2.ebuild | 27 | ||||
-rw-r--r-- | dev-util/webcpp/webcpp-0.8.4.ebuild | 4 |
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 |