summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/radiant/radiant-0.6.3.ebuild')
-rw-r--r--dev-ruby/radiant/radiant-0.6.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/radiant/radiant-0.6.3.ebuild b/dev-ruby/radiant/radiant-0.6.3.ebuild
deleted file mode 100644
index 087e29761a74..000000000000
--- a/dev-ruby/radiant/radiant-0.6.3.ebuild
+++ /dev/null
@@ -1,27 +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.3.ebuild,v 1.1 2007/10/13 08:22:10 graaff Exp $
-
-inherit ruby gems
-
-DESCRIPTION="A no-fluff, open source content management system"
-HOMEPAGE="http://radiantcms.org/"
-
-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/"
-}