summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-07-13 01:48:41 +0000
committerSteve Dibb <beandog@gentoo.org>2007-07-13 01:48:41 +0000
commit1eb1b1ed8e59daab676d29e1720dce90c50ace62 (patch)
tree0b9dea9d803873ae397b143ae133482d385ced11 /app-text
parentAdd support for use flags, bug 174725 (diff)
downloadgentoo-2-1eb1b1ed8e59daab676d29e1720dce90c50ace62.tar.gz
gentoo-2-1eb1b1ed8e59daab676d29e1720dce90c50ace62.tar.bz2
gentoo-2-1eb1b1ed8e59daab676d29e1720dce90c50ace62.zip
Version bump
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnomesword/ChangeLog7
-rw-r--r--app-text/gnomesword/files/digest-gnomesword-2.2.33
-rw-r--r--app-text/gnomesword/gnomesword-2.2.3.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog
index cbefe019cee0..ac5c365b4acd 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.20 2007/03/19 17:33:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.21 2007/07/13 01:48:41 beandog Exp $
+
+*gnomesword-2.2.3 (13 Jul 2007)
+
+ 13 Jul 2007; Steve Dibb <beandog@gentoo.org> +gnomesword-2.2.3.ebuild:
+ Version bump
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove squinky86 from metadata.xml due to retirement.
diff --git a/app-text/gnomesword/files/digest-gnomesword-2.2.3 b/app-text/gnomesword/files/digest-gnomesword-2.2.3
new file mode 100644
index 000000000000..b1a46e61211b
--- /dev/null
+++ b/app-text/gnomesword/files/digest-gnomesword-2.2.3
@@ -0,0 +1,3 @@
+MD5 b8b331e0b6fbb1a53c6a778a5fd9298f gnomesword-2.2.3.tar.gz 3383086
+RMD160 e6ce6913b71297a4f0a8f8634593eda60f77fc9c gnomesword-2.2.3.tar.gz 3383086
+SHA256 9d3d23010b70ac9275216700a71a8c5835562e755529db821147a9440bd7ccf2 gnomesword-2.2.3.tar.gz 3383086
diff --git a/app-text/gnomesword/gnomesword-2.2.3.ebuild b/app-text/gnomesword/gnomesword-2.2.3.ebuild
new file mode 100644
index 000000000000..82a45df3e778
--- /dev/null
+++ b/app-text/gnomesword/gnomesword-2.2.3.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.3.ebuild,v 1.1 2007/07/13 01:48:41 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 ~x86-fbsd"
+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/"
+}