summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-05-10 14:50:36 +0000
committerJon Hood <squinky86@gentoo.org>2006-05-10 14:50:36 +0000
commitdfb8f981aeec75859281b390ad2bb2d96cb05cf0 (patch)
tree3ed6174350db56a5e57c7cb5c8ea8ec10d74e4c3
parentInitial import of ebuild written by me. (diff)
downloadgentoo-2-dfb8f981aeec75859281b390ad2bb2d96cb05cf0.tar.gz
gentoo-2-dfb8f981aeec75859281b390ad2bb2d96cb05cf0.tar.bz2
gentoo-2-dfb8f981aeec75859281b390ad2bb2d96cb05cf0.zip
Version bump, #99164. Readd myself as maintainer.
(Portage version: 2.1_pre10-r5)
-rw-r--r--app-text/gnomesword/ChangeLog8
-rw-r--r--app-text/gnomesword/files/digest-gnomesword-2.1.73
-rw-r--r--app-text/gnomesword/gnomesword-2.1.7.ebuild32
-rw-r--r--app-text/gnomesword/metadata.xml4
4 files changed, 46 insertions, 1 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog
index 4c04169cc88a..901bfc7054e9 100644
--- a/app-text/gnomesword/ChangeLog
+++ b/app-text/gnomesword/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/gnomesword
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.7 2006/01/12 22:43:47 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.8 2006/05/10 14:50:36 squinky86 Exp $
+
+*gnomesword-2.1.7 (10 May 2006)
+
+ 10 May 2006; Jon Hood <squinky86@gentoo.org> metadata.xml,
+ +gnomesword-2.1.7.ebuild:
+ Version bump, #99164. Readd myself as maintainer.
12 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org>
gnomesword-2.1.1.ebuild:
diff --git a/app-text/gnomesword/files/digest-gnomesword-2.1.7 b/app-text/gnomesword/files/digest-gnomesword-2.1.7
new file mode 100644
index 000000000000..3867525236eb
--- /dev/null
+++ b/app-text/gnomesword/files/digest-gnomesword-2.1.7
@@ -0,0 +1,3 @@
+MD5 c399b491628123775b02643417aaafc4 gnomesword-2.1.7.tar.gz 2516069
+RMD160 ecae162431f0fbd7147cd67e18a56a79eb8e55f6 gnomesword-2.1.7.tar.gz 2516069
+SHA256 9478c6b0826d2d21343db8ce35a56ab6260db588d591e59c069d57ffc3c07a87 gnomesword-2.1.7.tar.gz 2516069
diff --git a/app-text/gnomesword/gnomesword-2.1.7.ebuild b/app-text/gnomesword/gnomesword-2.1.7.ebuild
new file mode 100644
index 000000000000..b262eb2efc1f
--- /dev/null
+++ b/app-text/gnomesword/gnomesword-2.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.1 2006/05/10 14:50:36 squinky86 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 ~ppc ~x86"
+IUSE="spell"
+
+RDEPEND="=gnome-extra/gtkhtml-3*
+ >=app-text/sword-1.5.8
+ >=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"
diff --git a/app-text/gnomesword/metadata.xml b/app-text/gnomesword/metadata.xml
index da6fd63d0085..d0be07f5441b 100644
--- a/app-text/gnomesword/metadata.xml
+++ b/app-text/gnomesword/metadata.xml
@@ -2,4 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
+<maintainer>
+ <email>squinky86@gentoo.org</email>
+ <name>Jon Hood</name>
+</maintainer>
</pkgmetadata>