diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-03-29 09:56:29 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-03-29 09:56:29 +0000 |
commit | 27ec147d9da3f29f4500258655495fea98bc6020 (patch) | |
tree | f4115432a0404c6cbba809cdb5a2fc61194a3574 /app-misc/alexandria | |
parent | added message to pkg_postinst to tell users about the shoucast guide, fixes b... (diff) | |
download | historical-27ec147d9da3f29f4500258655495fea98bc6020.tar.gz historical-27ec147d9da3f29f4500258655495fea98bc6020.tar.bz2 historical-27ec147d9da3f29f4500258655495fea98bc6020.zip |
Version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/alexandria')
-rw-r--r-- | app-misc/alexandria/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/alexandria/Manifest | 6 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.5.1.ebuild | 50 | ||||
-rw-r--r-- | app-misc/alexandria/files/digest-alexandria-0.5.1 | 1 |
4 files changed, 62 insertions, 3 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog index 739ca8187798..2f5006dac359 100644 --- a/app-misc/alexandria/ChangeLog +++ b/app-misc/alexandria/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2005/03/25 23:37:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.9 2005/03/29 09:56:28 citizen428 Exp $ + +*alexandria-0.5.1 (29 Mar 2005) + + 29 Mar 2005; Michael Kohl <citizen428@gentoo.org> + +alexandria-0.5.1.ebuild: + Version bump 26 Mar 2005; <blubb@gentoo.org> alexandria-0.5.0.ebuild: added ~amd64 diff --git a/app-misc/alexandria/Manifest b/app-misc/alexandria/Manifest index 139bfc0a1faa..92e5d7924bfe 100644 --- a/app-misc/alexandria/Manifest +++ b/app-misc/alexandria/Manifest @@ -1,6 +1,8 @@ -MD5 96ab91936ac46a27d2915329a9eedc36 ChangeLog 1049 -MD5 50ece31e344c9ce16866317850d2971e alexandria-0.4.0.ebuild 1442 MD5 196ef9ed31f3000cc479d3601ce598ea alexandria-0.5.0.ebuild 1455 +MD5 0685f8c7be0f74d716c3e841667109fe alexandria-0.5.1.ebuild 1451 +MD5 50ece31e344c9ce16866317850d2971e alexandria-0.4.0.ebuild 1442 +MD5 96ab91936ac46a27d2915329a9eedc36 ChangeLog 1049 MD5 8efa6365a12e903001e60e3f38150264 metadata.xml 274 MD5 341d3725f27c89e493daf66c2d07217d files/digest-alexandria-0.4.0 67 MD5 aafb80203d611fa22e8152615b0f004f files/digest-alexandria-0.5.0 68 +MD5 5632496040c8d420260b7233beae6bc3 files/digest-alexandria-0.5.1 68 diff --git a/app-misc/alexandria/alexandria-0.5.1.ebuild b/app-misc/alexandria/alexandria-0.5.1.ebuild new file mode 100644 index 000000000000..2dda47bbaecc --- /dev/null +++ b/app-misc/alexandria/alexandria-0.5.1.ebuild @@ -0,0 +1,50 @@ +# 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.1.ebuild,v 1.1 2005/03/29 09:56:28 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/3698/${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.5.1 b/app-misc/alexandria/files/digest-alexandria-0.5.1 new file mode 100644 index 000000000000..bd6b009cf542 --- /dev/null +++ b/app-misc/alexandria/files/digest-alexandria-0.5.1 @@ -0,0 +1 @@ +MD5 5928c176e838842dc5732f22278bf9a3 alexandria-0.5.1.tar.gz 124613 |