diff options
20 files changed, 12 insertions, 205 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 09f1bf5d35bd..5bf8343def6e 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.14 2005/08/01 18:49:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.15 2005/09/23 01:39:37 caleb Exp $ + + 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -actionmailer-0.6.1.ebuild, + -actionmailer-0.7.0.ebuild, -actionmailer-0.7.1.ebuild, + -actionmailer-0.8.0.ebuild, -actionmailer-0.8.1.ebuild, + -actionmailer-0.9.1.ebuild: + Remove old versions 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> actionmailer-1.0.1.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild deleted file mode 100644 index 5ef2b3d6fb83..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild,v 1.1 2005/02/16 05:44:59 pythonhead Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/2663/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -DEPEND=">=dev-ruby/actionpack-1.4.0 - =dev-lang/ruby-1.8*" - diff --git a/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild deleted file mode 100644 index 22fb8267e278..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild,v 1.2 2005/03/08 18:23:15 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/3199/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" - -IUSE="" -DEPEND=">=dev-ruby/actionpack-1.5.0 - =dev-lang/ruby-1.8*" - diff --git a/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild deleted file mode 100644 index afafb449c5e8..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild,v 1.1 2005/03/11 02:32:53 pythonhead Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/3332/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -DEPEND=">=dev-ruby/actionpack-1.5.1 - =dev-lang/ruby-1.8*" - diff --git a/dev-ruby/actionmailer/actionmailer-0.8.0.ebuild b/dev-ruby/actionmailer/actionmailer-0.8.0.ebuild deleted file mode 100644 index be1b8140994d..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.8.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.8.0.ebuild,v 1.1 2005/03/22 19:58:30 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/3578/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -DEPEND=">=dev-ruby/actionpack-1.6.0 - =dev-lang/ruby-1.8*" - diff --git a/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild deleted file mode 100644 index f15b04277853..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild,v 1.2 2005/04/01 18:14:03 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/3686/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" - -IUSE="" -DEPEND=">=dev-ruby/actionpack-1.7.0 - =dev-lang/ruby-1.8*" - diff --git a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild deleted file mode 100644 index 243496e94cf8..000000000000 --- a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild,v 1.3 2005/07/12 11:14:12 dholm Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://rubyforge.org/frs/download.php/4152/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-ruby/actionpack-1.8.1 - =dev-lang/ruby-1.8*" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 deleted file mode 100644 index cc96abf1cc9d..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 76aa2e251a5fa567ae82facdadfaac24 actionmailer-0.6.1.gem 53248 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 deleted file mode 100644 index 746205b3e336..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 1673073ecab176e07cd95190810f1eff actionmailer-0.7.0.gem 53760 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 deleted file mode 100644 index f6b82458de47..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 036c8411959d804a9e17ae7b7090d88f actionmailer-0.7.1.gem 53760 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.8.0 b/dev-ruby/actionmailer/files/digest-actionmailer-0.8.0 deleted file mode 100644 index eab70cbf98ef..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b43238a7aaa81ee4e4e984b6d1c7a9d5 actionmailer-0.8.0.gem 55808 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.8.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.8.1 deleted file mode 100644 index 5bc76ce34337..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2674f8c7ddee0613b688e55890a67132 actionmailer-0.8.1.gem 56832 diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.9.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.9.1 deleted file mode 100644 index 0b5922256272..000000000000 --- a/dev-ruby/actionmailer/files/digest-actionmailer-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9ae60a0424c0c2da7a91f5d7c47aa7e actionmailer-0.9.1.gem 57856 diff --git a/dev-ruby/rmagick/ChangeLog b/dev-ruby/rmagick/ChangeLog index e306d11f9a1a..2f5bc3c60b61 100644 --- a/dev-ruby/rmagick/ChangeLog +++ b/dev-ruby/rmagick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rmagick # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.16 2005/08/24 16:15:53 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.17 2005/09/23 01:44:26 caleb Exp $ + + 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -rmagick-1.4.0.ebuild, + -rmagick-1.5.0.ebuild, -rmagick-1.9.0.ebuild: + Remove old versions *rmagick-1.9.0 (24 Aug 2005) diff --git a/dev-ruby/rmagick/files/digest-rmagick-1.4.0 b/dev-ruby/rmagick/files/digest-rmagick-1.4.0 deleted file mode 100644 index e68d260768e6..000000000000 --- a/dev-ruby/rmagick/files/digest-rmagick-1.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 97d3853ebc6a8772fe890ccab0f099c4 RMagick-1.4.0.tar.bz2 759999 diff --git a/dev-ruby/rmagick/files/digest-rmagick-1.5.0 b/dev-ruby/rmagick/files/digest-rmagick-1.5.0 deleted file mode 100644 index 8222c62a9297..000000000000 --- a/dev-ruby/rmagick/files/digest-rmagick-1.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 282164e8548262110a4d4fd6d9d4d4ff RMagick-1.5.0.tar.bz2 767507 diff --git a/dev-ruby/rmagick/files/digest-rmagick-1.9.0 b/dev-ruby/rmagick/files/digest-rmagick-1.9.0 deleted file mode 100644 index 160e3d3a2a07..000000000000 --- a/dev-ruby/rmagick/files/digest-rmagick-1.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 aa8dc118de064244c32a69f902451932 rmagick-1.9.0.gem 987136 diff --git a/dev-ruby/rmagick/rmagick-1.4.0.ebuild b/dev-ruby/rmagick/rmagick-1.4.0.ebuild deleted file mode 100644 index 4478f798c55d..000000000000 --- a/dev-ruby/rmagick/rmagick-1.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.4.0.ebuild,v 1.5 2005/03/16 15:59:02 caleb Exp $ - -MY_P="RMagick-${PV}" -DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" -HOMEPAGE="http://rmagick.rubyforge.org/" -SRC_URI="http://rubyforge.org/download.php/352/${MY_P}.tar.bz2" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="" -DEPEND="virtual/ruby - >=media-gfx/imagemagick-5.5.1" -S=${WORKDIR}/${MY_P} - -src_compile() { - ./configure || die - ruby install.rb config --prefix=/usr --doc-dir=/usr/share/doc/${PF}/html || die - ruby install.rb setup || die -} - -src_install() { - ruby install.rb config --prefix=${D}/usr --doc-dir=${D}/usr/share/doc/${PF}/html || die - ruby install.rb install || die - dodoc ChangeLog README.* -} diff --git a/dev-ruby/rmagick/rmagick-1.5.0.ebuild b/dev-ruby/rmagick/rmagick-1.5.0.ebuild deleted file mode 100644 index cedeeb00786e..000000000000 --- a/dev-ruby/rmagick/rmagick-1.5.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.5.0.ebuild,v 1.4 2005/03/16 15:59:02 caleb Exp $ - -MY_P="RMagick-${PV}" -DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" -HOMEPAGE="http://rmagick.rubyforge.org/" -SRC_URI="http://rubyforge.org/download.php/550/${MY_P}.tar.bz2" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="" -DEPEND="virtual/ruby - >=media-gfx/imagemagick-5.5.1" -S=${WORKDIR}/${MY_P} - -src_compile() { - ./configure || die - ruby install.rb config --prefix=/usr --doc-dir=/usr/share/doc/${PF}/html || die - ruby install.rb setup || die -} - -src_install() { - ruby install.rb config --prefix=${D}/usr --doc-dir=${D}/usr/share/doc/${PF}/html || die - ruby install.rb install || die - dodoc ChangeLog README.* -} diff --git a/dev-ruby/rmagick/rmagick-1.9.0.ebuild b/dev-ruby/rmagick/rmagick-1.9.0.ebuild deleted file mode 100644 index 0479d6650c7f..000000000000 --- a/dev-ruby/rmagick/rmagick-1.9.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.9.0.ebuild,v 1.1 2005/08/24 16:15:53 tigger Exp $ - -inherit ruby gems - -DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" -HOMEPAGE="http://rmagick.rubyforge.org/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~ppc ~sparc ~x86 ~amd64" -IUSE="" -DEPEND="virtual/ruby - >=media-gfx/imagemagick-5.5.1" |