diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-12-26 14:32:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-12-26 14:32:48 +0000 |
commit | a1ffdab3aeb516aa4df5dcf1b0d6b633db608d24 (patch) | |
tree | c23cf0486820c128e39ac5eff1522e303dc38c46 /app-text/webgen | |
parent | Put documentation files in the right places, fixing #252389 (diff) | |
download | gentoo-2-a1ffdab3aeb516aa4df5dcf1b0d6b633db608d24.tar.gz gentoo-2-a1ffdab3aeb516aa4df5dcf1b0d6b633db608d24.tar.bz2 gentoo-2-a1ffdab3aeb516aa4df5dcf1b0d6b633db608d24.zip |
Remove old versions
(Portage version: 2.1.6.3/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'app-text/webgen')
-rw-r--r-- | app-text/webgen/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/webgen/webgen-0.4.2.ebuild | 17 | ||||
-rw-r--r-- | app-text/webgen/webgen-0.4.6.ebuild | 20 |
3 files changed, 5 insertions, 38 deletions
diff --git a/app-text/webgen/ChangeLog b/app-text/webgen/ChangeLog index 95f6d47c7f07..32f5964ee331 100644 --- a/app-text/webgen/ChangeLog +++ b/app-text/webgen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/webgen # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.8 2008/08/16 17:04:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.9 2008/12/26 14:32:48 graaff Exp $ + + 26 Dec 2008; Hans de Graaff <graaff@gentoo.org> -webgen-0.4.2.ebuild, + -webgen-0.4.6.ebuild: + Remove old versions 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: Remove pclouds from metadata.xml (#49680) diff --git a/app-text/webgen/webgen-0.4.2.ebuild b/app-text/webgen/webgen-0.4.2.ebuild deleted file mode 100644 index c1374a3e8f09..000000000000 --- a/app-text/webgen/webgen-0.4.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.4.2.ebuild,v 1.1 2007/03/26 13:16:02 pclouds Exp $ - -inherit ruby gems - -DESCRIPTION="A template based static website generator" -HOMEPAGE="http://webgen.rubyforge.org/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="textile markdown thumbnail" -DEPEND=">=dev-ruby/cmdparse-2.0.0 - textile? ( >=dev-ruby/redcloth-2.0.10 ) - markdown? ( >=dev-ruby/bluecloth-1.0.0 ) - thumbnail? ( >=dev-ruby/rmagick-1.7.1 )" diff --git a/app-text/webgen/webgen-0.4.6.ebuild b/app-text/webgen/webgen-0.4.6.ebuild deleted file mode 100644 index 63f18b3fb289..000000000000 --- a/app-text/webgen/webgen-0.4.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.4.6.ebuild,v 1.1 2007/10/07 12:24:45 agorf Exp $ - -inherit ruby gems - -DESCRIPTION="A template-based static website generator." -HOMEPAGE="http://webgen.rubyforge.org/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="markdown thumbnail" - -DEPEND=">=dev-ruby/cmdparse-2.0.0 - >=dev-ruby/redcloth-2.0.10 - markdown? ( >=dev-ruby/bluecloth-1.0.0 ) - thumbnail? ( >=dev-ruby/rmagick-1.7.1 )" -RDEPEND="${DEPEND}" |