summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/xiphos/ChangeLog6
-rw-r--r--app-text/xiphos/xiphos-3.1.2.ebuild53
-rw-r--r--app-text/xiphos/xiphos-3.1.3-r1.ebuild57
3 files changed, 5 insertions, 111 deletions
diff --git a/app-text/xiphos/ChangeLog b/app-text/xiphos/ChangeLog
index cd122d4c67f5..ffbb3b2df69d 100644
--- a/app-text/xiphos/ChangeLog
+++ b/app-text/xiphos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xiphos
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.12 2012/03/16 20:09:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.13 2012/03/16 20:10:25 ssuominen Exp $
+
+ 16 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -xiphos-3.1.2.ebuild,
+ -xiphos-3.1.3-r1.ebuild:
+ old
16 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xiphos-3.1.5.ebuild:
amd64/x86 stable wrt #408253
diff --git a/app-text/xiphos/xiphos-3.1.2.ebuild b/app-text/xiphos/xiphos-3.1.2.ebuild
deleted file mode 100644
index 654f2a2d787f..000000000000
--- a/app-text/xiphos/xiphos-3.1.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.1.2.ebuild,v 1.3 2011/03/21 21:46:36 nirbheek Exp $
-
-EAPI=2
-GCONF_DEBUG=no
-inherit gnome2
-
-DESCRIPTION="GTK+ based Bible study software, formerly gnomesword"
-HOMEPAGE="http://xiphos.org/"
-SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="xulrunner"
-
-RDEPEND="dev-libs/glib:2
- >=x11-libs/gtk+-2.14:2
- dev-libs/libxml2:2
- >=gnome-base/libglade-2:2.0
- >=gnome-extra/gtkhtml-3.23:3.14
- >=app-text/sword-1.6
- dev-libs/dbus-glib
- gnome-extra/libgsf
- xulrunner? ( >=net-libs/xulrunner-1.9.1.3:1.9 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- app-text/rarian
- >=app-text/gnome-doc-utils-0.3.2"
-
-pkg_setup() {
- G2CONF="--docdir=/usr/share/doc/${PF}
- --disable-dependency-tracking"
-
- if ! use xulrunner; then
- G2CONF="${G2CONF} --without-gecko"
- fi
-}
-
-src_install() {
- gnome2_src_install
- prepalldocs
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "Xiphos requires modules to be of any use. You may install the"
- elog "sword modules packages in app-dicts/, or download modules"
- elog "individually from the sword website: http://crosswire.org/sword/"
-}
diff --git a/app-text/xiphos/xiphos-3.1.3-r1.ebuild b/app-text/xiphos/xiphos-3.1.3-r1.ebuild
deleted file mode 100644
index 7f9c9c78623e..000000000000
--- a/app-text/xiphos/xiphos-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.1.3-r1.ebuild,v 1.2 2011/03/21 21:46:36 nirbheek Exp $
-
-EAPI=2
-GCONF_DEBUG=no
-
-inherit gnome2 flag-o-matic
-
-DESCRIPTION="GTK+ based Bible study software, formerly gnomesword"
-HOMEPAGE="http://xiphos.org/"
-SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="xulrunner"
-
-RDEPEND="dev-libs/glib:2
- >=x11-libs/gtk+-2.14:2
- dev-libs/libxml2:2
- >=gnome-base/libglade-2:2.0
- >=gnome-extra/gtkhtml-3.23:3.14
- >=app-text/sword-1.6
- dev-libs/dbus-glib
- gnome-extra/libgsf
- xulrunner? ( >=net-libs/xulrunner-1.9.1.3:1.9 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- app-text/rarian
- >=app-text/gnome-doc-utils-0.3.2
- dev-libs/nspr"
-
-pkg_setup() {
- G2CONF="--docdir=/usr/share/doc/${PF}
- --disable-dependency-tracking"
-
- if ! use xulrunner; then
- G2CONF="${G2CONF} --without-gecko"
- fi
-
- append-cppflags -I/usr/include/nspr
-}
-
-src_install() {
- gnome2_src_install
- prepalldocs
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "Xiphos requires modules to be of any use. You may install the"
- elog "sword modules packages in app-dicts/, or download modules"
- elog "individually from the sword website: http://crosswire.org/sword/"
-}