diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 20:58:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 20:58:25 +0000 |
commit | e25955b107102b2b8dbf1b7094257894d62883c6 (patch) | |
tree | c6da09456daaee0a03f9f702ea8d91e6466dc077 /dev-ruby/ri | |
parent | bumping to stable (diff) | |
download | historical-e25955b107102b2b8dbf1b7094257894d62883c6.tar.gz historical-e25955b107102b2b8dbf1b7094257894d62883c6.tar.bz2 historical-e25955b107102b2b8dbf1b7094257894d62883c6.zip |
homepage syntax fix
Diffstat (limited to 'dev-ruby/ri')
-rw-r--r-- | dev-ruby/ri/ChangeLog | 39 | ||||
-rw-r--r-- | dev-ruby/ri/files/digest-ri-0.7a | 1 | ||||
-rw-r--r-- | dev-ruby/ri/ri-0.7a.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/ri/ri-0.8a.ebuild | 16 |
4 files changed, 28 insertions, 52 deletions
diff --git a/dev-ruby/ri/ChangeLog b/dev-ruby/ri/ChangeLog index 192cc0612d7e..c78cbcbcc702 100644 --- a/dev-ruby/ri/ChangeLog +++ b/dev-ruby/ri/ChangeLog @@ -1,27 +1,32 @@ # ChangeLog for dev-ruby/ri # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ChangeLog,v 1.4 2003/02/12 06:36:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ChangeLog,v 1.5 2003/03/25 20:58:25 seemant Exp $ - 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: - Add alpha to KEYWORDS - *ri-0.8a (07 Jul 2002) - 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> ri-0.7a.ebuild, + ri-0.7a.ebuild, ri-0.8a.ebuild: + homepage syntax fix thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug + #18145 - Updated to 0.8a. + 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: + Add alpha to KEYWORDS + + 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ri-0.8a.ebuild: + + Updated to 0.8a. *ri-0.7a (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that - the comments should well explained and written in clean English. The - details about writing correct changelogs are explained in the - skel.ChangeLog file which you can find in the root directory of the - portage repository. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that + the comments should well explained and written in clean English. The + details about writing correct changelogs are explained in the + skel.ChangeLog file which you can find in the root directory of the + portage repository. - 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ri-0.7a.ebuild: - - Added LICENSE, KEYWORDS, SLOT. + 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ri-0.7a.ebuild: + + Added LICENSE, KEYWORDS, SLOT. diff --git a/dev-ruby/ri/files/digest-ri-0.7a b/dev-ruby/ri/files/digest-ri-0.7a deleted file mode 100644 index 879cee72cfc8..000000000000 --- a/dev-ruby/ri/files/digest-ri-0.7a +++ /dev/null @@ -1 +0,0 @@ -MD5 861acd6785f9c49b302c0e0704f3c08f ri-0.7a.tgz 113536 diff --git a/dev-ruby/ri/ri-0.7a.ebuild b/dev-ruby/ri/ri-0.7a.ebuild deleted file mode 100644 index 97fda8b7fef2..000000000000 --- a/dev-ruby/ri/ri-0.7a.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.7a.ebuild,v 1.6 2003/02/13 11:42:27 vapier Exp $ - -S="${WORKDIR}/ri" -DESCRIPTION="Ruby Interactive reference" -SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" -HOMEPAGE="http://www.pragmaticprogrammer.com/ruby/downloads/ri.html" -LICENSE="Ruby" -KEYWORDS="x86" -SLOT="0" - -DEPEND=">=dev-lang/ruby-1.6.2" # Specified in ${HOMEPAGE} - -src_unpack () { - unpack ${A} - cd ${S} - patch < ${FILESDIR}/${P}-gentoo.patch || die -} - -src_install () { - dodoc COPYING ChangeLog README - ruby install.rb -} diff --git a/dev-ruby/ri/ri-0.8a.ebuild b/dev-ruby/ri/ri-0.8a.ebuild index d246b12b286b..154e3b25d3c9 100644 --- a/dev-ruby/ri/ri-0.8a.ebuild +++ b/dev-ruby/ri/ri-0.8a.ebuild @@ -1,21 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.6 2003/02/13 11:42:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.7 2003/03/25 20:58:25 seemant Exp $ -S="${WORKDIR}/ri" +S=${WORKDIR}/${PN} DESCRIPTION="Ruby Interactive reference" -SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" HOMEPAGE="http://www.pragmaticprogrammer.com/ruby/downloads/ri.html" +SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" + +SLOT="0" LICENSE="Ruby" KEYWORDS="x86 alpha" -SLOT="0" - -DEPEND=">=dev-lang/ruby-1.6.2" # Specified in ${HOMEPAGE} -src_unpack () { - unpack ${A} - cd ${S} -} +DEPEND=">=dev-lang/ruby-1.6.2" src_install () { dodoc COPYING ChangeLog README |