diff options
author | 2012-01-04 23:03:31 +0000 | |
---|---|---|
committer | 2012-01-04 23:03:31 +0000 | |
commit | c7d465806230b55226153435189177f1eed55cbc (patch) | |
tree | 5a7b55fc156ac686140c753c9b3aa0cc51304838 /app-misc/alexandria | |
parent | Marking iputils-20101006-r2 ppc for bug 394191 (diff) | |
download | gentoo-2-c7d465806230b55226153435189177f1eed55cbc.tar.gz gentoo-2-c7d465806230b55226153435189177f1eed55cbc.tar.bz2 gentoo-2-c7d465806230b55226153435189177f1eed55cbc.zip |
clean up
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'app-misc/alexandria')
-rw-r--r-- | app-misc/alexandria/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.6.6-r1.ebuild | 76 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.6.6-r2.ebuild | 69 | ||||
-rw-r--r-- | app-misc/alexandria/alexandria-0.6.6.ebuild | 71 |
4 files changed, 6 insertions, 217 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog index 6b371c6da9a3..4e931bed62ab 100644 --- a/app-misc/alexandria/ChangeLog +++ b/app-misc/alexandria/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/alexandria # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.50 2012/01/04 18:02:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.51 2012/01/04 23:03:31 fauli Exp $ + + 04 Jan 2012; Christian Faulhammer <fauli@gentoo.org> + -alexandria-0.6.6.ebuild, -alexandria-0.6.6-r1.ebuild, + -alexandria-0.6.6-r2.ebuild: + clean up 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> alexandria-0.6.7.ebuild: x86 stable wrt bug #396061 diff --git a/app-misc/alexandria/alexandria-0.6.6-r1.ebuild b/app-misc/alexandria/alexandria-0.6.6-r1.ebuild deleted file mode 100644 index 63c187841ee9..000000000000 --- a/app-misc/alexandria/alexandria-0.6.6-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6-r1.ebuild,v 1.2 2010/06/28 11:40:00 fauli Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit gnome2 ruby-ng - -DESCRIPTION="A GNOME application to help you manage your book collection" -HOMEPAGE="http://alexandria.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="evo" - -DOCS="ChangeLog README TODO" - -ruby_add_rdepend " - >=dev-ruby/ruby-gettext-0.6.1 - >=dev-ruby/ruby-gnome2-0.16.0 - >=dev-ruby/ruby-libglade2-0.12.0 - >=dev-ruby/ruby-gconf2-0.12.0 - >=dev-ruby/imagesize-0.1.1 - dev-ruby/hpricot - evo? ( >=dev-ruby/revolution-0.5 )" - -ruby_add_bdepend "dev-ruby/rake" - -DEPEND="${DEPEND} app-text/scrollkeeper" - -RUBY_PATCHES=( - "${FILESDIR}/${P}-Rakefile.patch" -) - -each_ruby_compile() { - ${RUBY} -S rake || die -} - -each_ruby_install() { - export DESTDIR="${D}" PREFIX=/usr - rake install_package_staging || die -} - -all_ruby_install() { - [ -n "${DOCS}" ] && dodoc ${DOCS} - - # Move the installed docs to the gentoo standard directory - for doc in "${D}/usr/share/doc/alexandria/*" - do - dodoc $doc - done - rm -rf "${D}/usr/share/doc/alexandria" -} - -pkg_postinst() { - unset PREFIX - - gnome2_gconf_install - - # For the next line see bug #76726 - "${ROOT}/usr/bin/gconftool-2" --shutdown - - echo - elog "To enable some book providers you will need to emerge" - elog "additional packages:" - echo - elog " For the Deastore book provider:" - elog " dev-ruby/htmlentities" - echo - elog " For Z39.50 support and the Library of Congress and" - elog " British Library book proviers:" - elog " dev-ruby/ruby-zoom" -} diff --git a/app-misc/alexandria/alexandria-0.6.6-r2.ebuild b/app-misc/alexandria/alexandria-0.6.6-r2.ebuild deleted file mode 100644 index 50c9a57a1832..000000000000 --- a/app-misc/alexandria/alexandria-0.6.6-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6-r2.ebuild,v 1.1 2010/08/02 18:26:25 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit gnome2 ruby-ng - -DESCRIPTION="A GNOME application to help you manage your book collection" -HOMEPAGE="http://alexandria.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="evo" - -DOCS="ChangeLog README TODO doc/BUGS doc/cuecat_support.rdoc doc/FAQ doc/HACKING doc/NEWS" - -ruby_add_rdepend " - >=dev-ruby/ruby-gettext-0.6.1 - >=dev-ruby/ruby-gnome2-0.16.0 - >=dev-ruby/ruby-libglade2-0.12.0 - >=dev-ruby/ruby-gconf2-0.12.0 - >=dev-ruby/imagesize-0.1.1 - dev-ruby/hpricot - evo? ( >=dev-ruby/revolution-0.5 )" - -ruby_add_bdepend "dev-ruby/rake" - -DEPEND="${DEPEND} app-text/scrollkeeper" - -RUBY_PATCHES=( - "${FILESDIR}/${P}-Rakefile.patch" -) - -each_ruby_compile() { - ${RUBY} -S rake || die -} - -each_ruby_install() { - export DESTDIR="${D}" PREFIX=/usr - rake install_package_staging || die -} - -all_ruby_install() { - [ -n "${DOCS}" ] && dodoc ${DOCS} || die "Failed to install documentation" -} - -pkg_postinst() { - unset PREFIX - - gnome2_gconf_install - - # For the next line see bug #76726 - "${ROOT}/usr/bin/gconftool-2" --shutdown - - echo - elog "To enable some book providers you will need to emerge" - elog "additional packages:" - echo - elog " For the Deastore book provider:" - elog " dev-ruby/htmlentities" - echo - elog " For Z39.50 support and the Library of Congress and" - elog " British Library book proviers:" - elog " dev-ruby/ruby-zoom" -} diff --git a/app-misc/alexandria/alexandria-0.6.6.ebuild b/app-misc/alexandria/alexandria-0.6.6.ebuild deleted file mode 100644 index e495d517d491..000000000000 --- a/app-misc/alexandria/alexandria-0.6.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild,v 1.5 2010/07/30 15:59:21 hwoarang Exp $ - -inherit gnome2 ruby - -DESCRIPTION="A GNOME application to help you manage your book collection" -HOMEPAGE="http://alexandria.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="evo" - -DOCS="ChangeLog README TODO" - -RDEPEND=">=dev-lang/ruby-1.8.0 - >=dev-ruby/ruby-gettext-0.6.1 - >=dev-ruby/ruby-gnome2-0.16.0 - >=dev-ruby/ruby-libglade2-0.12.0 - >=dev-ruby/ruby-gconf2-0.12.0 - >=dev-ruby/imagesize-0.1.1 - dev-ruby/hpricot - evo? ( >=dev-ruby/revolution-0.5 )" - -DEPEND=">=dev-lang/ruby-1.8.0 - app-text/scrollkeeper - dev-ruby/rake" - -PATCHES=( - "${FILESDIR}/${P}-Rakefile.patch" -) - -src_compile() { - rake || die -} - -src_install() { - export DESTDIR="${D}" PREFIX=/usr - rake install_package_staging || die - - [ -n "${DOCS}" ] && dodoc ${DOCS} - - # Move the installed docs to the gentoo standard directory - for doc in "${D}/usr/share/doc/alexandria/*" - do - dodoc $doc - done - rm -rf "${D}/usr/share/doc/alexandria" -} - -pkg_postinst() { - unset PREFIX - - gnome2_gconf_install - - # For the next line see bug #76726 - "${ROOT}/usr/bin/gconftool-2" --shutdown - - echo - elog "To enable some book providers you will need to emerge" - elog "additional packages:" - echo - elog " For the Deastore book provider:" - elog " dev-ruby/htmlentities" - echo - elog " For Z39.50 support and the Library of Congress and" - elog " British Library book proviers:" - elog " dev-ruby/ruby-zoom" -} |