summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/alexandria')
-rw-r--r--app-misc/alexandria/ChangeLog6
-rw-r--r--app-misc/alexandria/alexandria-0.5.1.ebuild52
2 files changed, 5 insertions, 53 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog
index df4610a59410..c66cf1740cc7 100644
--- a/app-misc/alexandria/ChangeLog
+++ b/app-misc/alexandria/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/alexandria
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.30 2009/05/31 19:49:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.31 2009/08/24 18:44:25 graaff Exp $
+
+ 24 Aug 2009; Hans de Graaff <graaff@gentoo.org> -alexandria-0.5.1.ebuild:
+ Remove old version that still depended on the now gone
+ dev-ruby/ruby-amazon.
31 May 2009; Markus Meier <maekke@gentoo.org> alexandria-0.6.4.1.ebuild:
amd64 stable, bug #253573
diff --git a/app-misc/alexandria/alexandria-0.5.1.ebuild b/app-misc/alexandria/alexandria-0.5.1.ebuild
deleted file mode 100644
index 03a1a276d8ab..000000000000
--- a/app-misc/alexandria/alexandria-0.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.5.1.ebuild,v 1.4 2006/08/20 07:50:41 wormo Exp $
-
-inherit ruby gnome2 eutils
-
-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/3698/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 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.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
-
- make_desktop_entry alexandria "Alexandria" "/usr/share/${PN}/icons/alexandria_small.png" "Utility"
-}
-
-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
-}