diff options
author | 2007-03-09 01:33:15 +0000 | |
---|---|---|
committer | 2007-03-09 01:33:15 +0000 | |
commit | f31b1ffdc44b544e1b47223b36a1cd7b9bbd4b79 (patch) | |
tree | 31b363839040b3e247b328d7fae690b8ecccdd30 /app-text/gnomesword | |
parent | remove nonexistant samba version -- bug #105016 (diff) | |
download | gentoo-2-f31b1ffdc44b544e1b47223b36a1cd7b9bbd4b79.tar.gz gentoo-2-f31b1ffdc44b544e1b47223b36a1cd7b9bbd4b79.tar.bz2 gentoo-2-f31b1ffdc44b544e1b47223b36a1cd7b9bbd4b79.zip |
version bump, bug 168250
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/gnomesword')
-rw-r--r-- | app-text/gnomesword/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/gnomesword/files/digest-gnomesword-2.2.2.1 | 3 | ||||
-rw-r--r-- | app-text/gnomesword/gnomesword-2.2.2.1.ebuild | 36 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog index 475cc193afe2..12528f5ce26d 100644 --- a/app-text/gnomesword/ChangeLog +++ b/app-text/gnomesword/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/gnomesword # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.17 2007/02/04 00:59:20 mjolnir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.18 2007/03/09 01:33:15 beandog Exp $ + +*gnomesword-2.2.2.1 (09 Mar 2007) + + 09 Mar 2007; Steve Dibb <beandog@gentoo.org> +gnomesword-2.2.2.1.ebuild: + version bump, bug 168250 *gnomesword-2.2.1 (04 Feb 2007) diff --git a/app-text/gnomesword/files/digest-gnomesword-2.2.2.1 b/app-text/gnomesword/files/digest-gnomesword-2.2.2.1 new file mode 100644 index 000000000000..fea91d1c4b22 --- /dev/null +++ b/app-text/gnomesword/files/digest-gnomesword-2.2.2.1 @@ -0,0 +1,3 @@ +MD5 d06a815ca81621add7f01365cca625e5 gnomesword-2.2.2.1.tar.gz 3337627 +RMD160 8f71067cce5238f60e43f6bed90d7740e4ec26f4 gnomesword-2.2.2.1.tar.gz 3337627 +SHA256 815f5451ad5549649de98ae39525e818928a074126614442231ff5243073827d gnomesword-2.2.2.1.tar.gz 3337627 diff --git a/app-text/gnomesword/gnomesword-2.2.2.1.ebuild b/app-text/gnomesword/gnomesword-2.2.2.1.ebuild new file mode 100644 index 000000000000..27225538ce43 --- /dev/null +++ b/app-text/gnomesword/gnomesword-2.2.2.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.2.2.1.ebuild,v 1.1 2007/03/09 01:33:15 beandog Exp $ + +inherit libtool gnome2 eutils + +DESCRIPTION="Gnome Bible study software" +HOMEPAGE="http://gnomesword.sf.net/" +SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="spell" +RDEPEND="=gnome-extra/gtkhtml-3* + =app-text/sword-1.5.9* + >=x11-libs/gtk+-2 + >=gnome-base/libgnomeui-2 + >=gnome-extra/gal-0.22 + dev-libs/libxml2 + virtual/libc + spell? ( app-text/gnome-spell + >=gnome-base/libbonoboui-2 )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12 + >=dev-util/intltool-0.29 + >=app-text/scrollkeeper-0.3.14" +G2CONF="${G2CONF} $(use_enable spell pspell)" +DOCS="NEWS ChangeLog README TODO" + +pkg_postinst() { + gnome2_pkg_postinst + + einfo "Gnomesword requires modules to be of any use. You may install the" + einfo "sword-modules package, or download modules individually from the" + einfo "sword website: http://crosswire.org/sword/" +} |