Changes for successful gem building.

Ebuild for 0.8.3 as well.
This commit is contained in:
pistos 2006-12-06 21:08:47 +00:00
parent b9e0eadbcc
commit 7201fe79a6
4 changed files with 19 additions and 1 deletions

1
diakonos Symbolic link
View File

@ -0,0 +1 @@
bin/diakonos

View File

@ -0,0 +1,17 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit ruby gems
DESCRIPTION="A usable console text editor."
HOMEPAGE="http://purepistos.net/diakonos"
SRC_URI="http://purepistos.net/diakonos/${P}.gem"
#SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
USE_RUBY="ruby18"

View File

@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
'README',
'home-on-save.rb',
'diakonos.conf',
'lib/diakonos',
'lib/diakonos.rb',
'bin/diakonos',
]
s.executables = [ 'diakonos' ]