summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-11-12 09:40:50 +0000
committerHans de Graaff <graaff@gentoo.org>2007-11-12 09:40:50 +0000
commit6ab0d858f9e1b9814cb59af6af400822c05bc4fc (patch)
tree37ebc2221d0e583fb22f40e38109fd8fd3612a3c /dev-ruby/radiant/radiant-0.6.2.ebuild
parentVersion bump (diff)
downloadgentoo-2-6ab0d858f9e1b9814cb59af6af400822c05bc4fc.tar.gz
gentoo-2-6ab0d858f9e1b9814cb59af6af400822c05bc4fc.tar.bz2
gentoo-2-6ab0d858f9e1b9814cb59af6af400822c05bc4fc.zip
Remove old versions
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby/radiant/radiant-0.6.2.ebuild')
-rw-r--r--dev-ruby/radiant/radiant-0.6.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/radiant/radiant-0.6.2.ebuild b/dev-ruby/radiant/radiant-0.6.2.ebuild
deleted file mode 100644
index d0c34e5196c1..000000000000
--- a/dev-ruby/radiant/radiant-0.6.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radiant/radiant-0.6.2.ebuild,v 1.1 2007/07/08 15:36:13 graaff Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-DESCRIPTION="A no-fluff, open source content management system"
-HOMEPAGE="http://radiantcms.org/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.4
- >=dev-ruby/rake-0.7.1"
-
-pkg_postinst() {
- ewarn "Upgrading from radiant 0.5.x to 0.6.x may not be seamless"
- ewarn "especially if you have developed your own plugins"
- ewarn "To find out more about the upgrading procedures see"
- ewarn "http://dev.radiantcms.org/radiant/wiki/HowToUpgrade05xTo06"
- ewarn ""
- ewarn "More information including instructions to move from plugins"
- ewarn "to extensions can be found here:"
- ewarn "http://seancribbs.com/tech/2007/04/18/whats-new-in-radiant-0-6/"
-}