summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-03-24 19:25:17 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-03-24 19:25:17 +0000
commit137125f334e351c0695ab42ec9640fbecd90d44d (patch)
tree19da3f92d5e62171bfb508f39440d1415a69ff15 /app-misc/alexandria
parentAdd SLOT dep for antlr. (diff)
downloadgentoo-2-137125f334e351c0695ab42ec9640fbecd90d44d.tar.gz
gentoo-2-137125f334e351c0695ab42ec9640fbecd90d44d.tar.bz2
gentoo-2-137125f334e351c0695ab42ec9640fbecd90d44d.zip
version bump to 0.6.4.1 final and clean up of old ebuilds
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-misc/alexandria')
-rw-r--r--app-misc/alexandria/ChangeLog10
-rw-r--r--app-misc/alexandria/alexandria-0.6.1.ebuild53
-rw-r--r--app-misc/alexandria/alexandria-0.6.2.ebuild67
-rw-r--r--app-misc/alexandria/alexandria-0.6.3-r1.ebuild77
-rw-r--r--app-misc/alexandria/alexandria-0.6.3.ebuild74
-rw-r--r--app-misc/alexandria/alexandria-0.6.4.1.ebuild (renamed from app-misc/alexandria/alexandria-0.6.4_beta1.ebuild)13
6 files changed, 12 insertions, 282 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog
index a571ad2225af..c4a945f0bc31 100644
--- a/app-misc/alexandria/ChangeLog
+++ b/app-misc/alexandria/ChangeLog
@@ -1,6 +1,14 @@
# 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.26 2009/03/12 08:34:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.27 2009/03/24 19:25:17 fauli Exp $
+
+*alexandria-0.6.4.1 (24 Mar 2009)
+
+ 24 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+ -alexandria-0.6.1.ebuild, -alexandria-0.6.2.ebuild,
+ -alexandria-0.6.3.ebuild, -alexandria-0.6.3-r1.ebuild,
+ -alexandria-0.6.4_beta1.ebuild, +alexandria-0.6.4.1.ebuild:
+ version bump to 0.6.4.1 final and clean up of old ebuilds
*alexandria-0.6.4_beta1 (12 Mar 2009)
diff --git a/app-misc/alexandria/alexandria-0.6.1.ebuild b/app-misc/alexandria/alexandria-0.6.1.ebuild
deleted file mode 100644
index c1d9d1f4a1b5..000000000000
--- a/app-misc/alexandria/alexandria-0.6.1.ebuild
+++ /dev/null
@@ -1,53 +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.6.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/6308/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-USE_RUBY="ruby18"
-
-DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README TODO"
-
-RDEPEND=">=dev-lang/ruby-1.8.0
- >=dev-ruby/ruby-gettext-0.6.1
- >=dev-ruby/ruby-gnome2-0.14.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
- >=dev-ruby/ruby-zoom-0.2.0"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper"
-
-src_compile() {
- 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
-
- gnome2_gconf_install
-
- # For the next line see bug #76726
- ${ROOT}/usr/bin/gconftool-2 --shutdown
-}
diff --git a/app-misc/alexandria/alexandria-0.6.2.ebuild b/app-misc/alexandria/alexandria-0.6.2.ebuild
deleted file mode 100644
index 0e6304c4ccf4..000000000000
--- a/app-misc/alexandria/alexandria-0.6.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.2.ebuild,v 1.1 2008/03/09 10:23:12 graaff 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/29501/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-USE_RUBY="ruby18"
-
-DOCS="COPYING ChangeLog README TODO"
-
-RDEPEND=">=dev-lang/ruby-1.8.0
- >=dev-ruby/ruby-gettext-0.6.1
- >=dev-ruby/ruby-gnome2-0.14.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
- >=dev-ruby/ruby-zoom-0.2.0"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-ruby/rake"
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-rakefile.patch"
- epatch "${FILESDIR}/${P}-rake-0.8.1.patch"
-}
-
-src_compile() {
- rake || die
-}
-
-src_install() {
- export PREFIX="${D}/usr"
- rake install || 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
-}
diff --git a/app-misc/alexandria/alexandria-0.6.3-r1.ebuild b/app-misc/alexandria/alexandria-0.6.3-r1.ebuild
deleted file mode 100644
index 28d0453bfccc..000000000000
--- a/app-misc/alexandria/alexandria-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.3-r1.ebuild,v 1.2 2009/02/25 14:14:26 josejx Exp $
-
-inherit gnome2 ruby
-
-IUSE="evo"
-
-DESCRIPTION="A GNOME application to help you manage your book collection"
-HOMEPAGE="http://alexandria.rubyforge.org/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DOCS="COPYING 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
- evo? ( >=dev-ruby/revolution-0.5 )"
-
-DEPEND=">=dev-lang/ruby-1.8.0
- app-text/scrollkeeper
- dev-ruby/rake"
-
-PATCHES=(
- "${FILESDIR}/${PN}-rakefile.patch"
- "${FILESDIR}/${P}-no_amazon_3.0.diff"
- "${FILESDIR}/${P}-tooltips.patch"
-)
-
-src_compile() {
- rake || die
-}
-
-src_install() {
- export PREFIX="${D}/usr"
- rake install || 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/mechanize"
- echo
- elog " For Z39.50 support and the Library of Congress and"
- elog " British Library book proviers:"
- elog " dev-ruby/ruby-zoom"
- echo
- elog " For the Amazon book provider:"
- elog " dev-ruby/hpricot"
- echo
-}
diff --git a/app-misc/alexandria/alexandria-0.6.3.ebuild b/app-misc/alexandria/alexandria-0.6.3.ebuild
deleted file mode 100644
index 959e5dc08b32..000000000000
--- a/app-misc/alexandria/alexandria-0.6.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.3.ebuild,v 1.1 2008/04/23 18:20:26 graaff Exp $
-
-inherit gnome2 ruby
-
-IUSE="evo"
-
-DESCRIPTION="A GNOME application to help you manage your book collection"
-HOMEPAGE="http://alexandria.rubyforge.org/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS="COPYING 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
- evo? ( >=dev-ruby/revolution-0.5 )"
-
-DEPEND=">=dev-lang/ruby-1.8.0
- app-text/scrollkeeper
- dev-ruby/rake"
-
-PATCHES="${FILESDIR}/${PN}-rakefile.patch
- ${FILESDIR}/${P}-no_amazon_3.0.diff"
-
-src_compile() {
- rake || die
-}
-
-src_install() {
- export PREFIX="${D}/usr"
- rake install || 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/mechanize"
- echo
- elog " For Z39.50 support and the Library of Congress and"
- elog " British Library book proviers:"
- elog " dev-ruby/ruby-zoom"
- echo
- elog " For the Amazon book provider:"
- elog " dev-ruby/hpricot"
- echo
-}
diff --git a/app-misc/alexandria/alexandria-0.6.4_beta1.ebuild b/app-misc/alexandria/alexandria-0.6.4.1.ebuild
index 2a6a336274c5..de4b2d763c59 100644
--- a/app-misc/alexandria/alexandria-0.6.4_beta1.ebuild
+++ b/app-misc/alexandria/alexandria-0.6.4.1.ebuild
@@ -1,14 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.4_beta1.ebuild,v 1.1 2009/03/12 08:34:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.4.1.ebuild,v 1.1 2009/03/24 19:25:17 fauli Exp $
inherit gnome2 ruby
-MY_PV=${PV//_beta/b}
-
DESCRIPTION="A GNOME application to help you manage your book collection"
HOMEPAGE="http://alexandria.rubyforge.org/"
-SRC_URI="mirror://rubyforge/${PN}/${PN}-${MY_PV}.tar.gz"
+SRC_URI="mirror://rubyforge/${PN}/${PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -23,14 +21,13 @@ RDEPEND=">=dev-lang/ruby-1.8.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"
-S=${WORKDIR}/${PN}-${MY_PV}
-
PATCHES=(
"${FILESDIR}/${PN}-rakefile.patch"
)
@@ -71,8 +68,4 @@ pkg_postinst() {
elog " For Z39.50 support and the Library of Congress and"
elog " British Library book proviers:"
elog " dev-ruby/ruby-zoom"
- echo
- elog " For the Amazon book provider:"
- elog " dev-ruby/hpricot"
- echo
}