diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-08-25 10:42:01 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-08-25 10:42:01 +0000 |
commit | ae36350e3299ee54cf74991a6802be256176d467 (patch) | |
tree | 8edff7719f44d671b8fc95d7987832e7fd133107 /app-misc/alexandria | |
parent | Removed 1.1.0 series and 1.1.2-r1 ebuild. (diff) | |
download | gentoo-2-ae36350e3299ee54cf74991a6802be256176d467.tar.gz gentoo-2-ae36350e3299ee54cf74991a6802be256176d467.tar.bz2 gentoo-2-ae36350e3299ee54cf74991a6802be256176d467.zip |
Cleaned out old versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-misc/alexandria')
-rw-r--r-- | app-misc/alexandria/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.4.0.ebuild | 50 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.5.0.ebuild | 50 | ||||
-rw-r--r-- | app-misc/alexandria/files/digest-alexandria-0.4.0 | 1 | ||||
-rw-r--r-- | app-misc/alexandria/files/digest-alexandria-0.5.0 | 1 |
5 files changed, 5 insertions, 103 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog index 1f3721dc419a..7ad9afbbdca6 100644 --- a/app-misc/alexandria/ChangeLog +++ b/app-misc/alexandria/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/alexandria # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.11 2005/07/24 22:37:54 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.12 2005/08/25 10:42:00 citizen428 Exp $ + + 25 Aug 2005; Michael Kohl <citizen428@gentoo.org> + -alexandria-0.4.0.ebuild, -alexandria-0.5.0.ebuild: + Cleanded out old versions. 24 Jul 2005; Michael Kohl <citizen428@gentoo.org> alexandria-0.5.1.ebuild: Marked stable on x86. diff --git a/app-misc/alexandria/alexandria-0.4.0.ebuild b/app-misc/alexandria/alexandria-0.4.0.ebuild deleted file mode 100644 index 5a96ccdff11d..000000000000 --- a/app-misc/alexandria/alexandria-0.4.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.4.0.ebuild,v 1.5 2005/03/24 12:10:51 citizen428 Exp $ - -inherit ruby gnome2 - -IUSE="" - -DESCRIPTION="A GNOME application to help you manage your book collection" -HOMEPAGE="http://alexandria.rubyforge.org/" -SRC_URI="http://rubyforge.org/frs/download.php/1834/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -USE_RUBY="ruby18" - -DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README TODO" - -RDEPEND="virtual/ruby - >=dev-ruby/ruby-gettext-0.6.1 - >=dev-ruby/ruby-gnome2-0.10.1 - >=dev-ruby/ruby-libglade2-0.10.1 - >=dev-ruby/ruby-gconf2-0.10.1 - >=dev-ruby/ruby-gdkpixbuf2-0.10.1 - >=dev-ruby/ruby-amazon-0.8.3" - -src_compile() { - echo $GCONF_CONFIG_SOURCE - ruby install.rb config || die - ruby install.rb setup || die -} - -src_install() { - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - ruby install.rb config --prefix=${D}/usr || die - ruby install.rb install || die -} - -pkg_postinst() { - unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL - - # More or less copied from gnome2_gconf_install, which didn't work here - export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` - einfo "Installing GNOME 2 GConf schemas" - ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${S}/schemas/* 1>/dev/null - # Added to fix bug #76726 - ${ROOT}/usr/bin/gconftool-2 --shutdown -} diff --git a/app-misc/alexandria/alexandria-0.5.0.ebuild b/app-misc/alexandria/alexandria-0.5.0.ebuild deleted file mode 100644 index 6de09cecd160..000000000000 --- a/app-misc/alexandria/alexandria-0.5.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.5.0.ebuild,v 1.5 2005/03/25 23:37:53 blubb Exp $ - -inherit ruby gnome2 - -IUSE="" - -DESCRIPTION="A GNOME application to help you manage your book collection" -HOMEPAGE="http://alexandria.rubyforge.org/" -SRC_URI="http://rubyforge.org/frs/download.php/3445/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -USE_RUBY="ruby18" - -DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README TODO" - -RDEPEND="virtual/ruby - >=dev-ruby/ruby-gettext-0.6.1 - >=dev-ruby/ruby-gnome2-0.12.0 - >=dev-ruby/ruby-libglade2-0.12.0 - >=dev-ruby/ruby-gconf2-0.12.0 - >=dev-ruby/ruby-gdkpixbuf2-0.12.0 - >=dev-ruby/ruby-amazon-0.8.3" - -src_compile() { - #echo $GCONF_CONFIG_SOURCE - ruby install.rb config || die - ruby install.rb setup || die -} - -src_install() { - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - ruby install.rb config --prefix=${D}/usr || die - ruby install.rb install || die -} - -pkg_postinst() { - unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL - - # More or less copied from gnome2_gconf_install, which didn't work here - export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` - einfo "Installing GNOME 2 GConf schemas" - ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${S}/schemas/* 1>/dev/null - # For the next line see bug #76726 - ${ROOT}/usr/bin/gconftool-2 --shutdown -} diff --git a/app-misc/alexandria/files/digest-alexandria-0.4.0 b/app-misc/alexandria/files/digest-alexandria-0.4.0 deleted file mode 100644 index 57eebe82f099..000000000000 --- a/app-misc/alexandria/files/digest-alexandria-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 be5ab338d7b2e9f9e046e86d1278ca5a alexandria-0.4.0.tar.gz 80072 diff --git a/app-misc/alexandria/files/digest-alexandria-0.5.0 b/app-misc/alexandria/files/digest-alexandria-0.5.0 deleted file mode 100644 index fd3e1889f9ac..000000000000 --- a/app-misc/alexandria/files/digest-alexandria-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d5a7bf954560faefb9b9556051e1ffda alexandria-0.5.0.tar.gz 123506 |