public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/alexandria: ChangeLog alexandria-0.6.6-r2.ebuild
@ 2010-08-02 18:26 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-08-02 18:26 UTC (permalink / raw
  To: gentoo-commits

graaff      10/08/02 18:26:25

  Modified:             ChangeLog
  Added:                alexandria-0.6.6-r2.ebuild
  Log:
  Fix QA notice about missing documentation, bug 330819.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 app-misc/alexandria/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	30 Jul 2010 19:52:09 -0000	1.43
+++ ChangeLog	2 Aug 2010 18:26:25 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/alexandria
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.43 2010/07/30 19:52:09 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.44 2010/08/02 18:26:25 graaff Exp $
+
+*alexandria-0.6.6-r2 (02 Aug 2010)
+
+  02 Aug 2010; Hans de Graaff <graaff@gentoo.org>
+  +alexandria-0.6.6-r2.ebuild:
+  Fix QA notice about missing documentation, bug 330819.
 
   30 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   -alexandria-0.6.5.ebuild:



1.1                  app-misc/alexandria/alexandria-0.6.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/alexandria-0.6.6-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/alexandria-0.6.6-r2.ebuild?rev=1.1&content-type=text/plain

Index: alexandria-0.6.6-r2.ebuild
===================================================================
# 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"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-02 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 18:26 [gentoo-commits] gentoo-x86 commit in app-misc/alexandria: ChangeLog alexandria-0.6.6-r2.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox