diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-05-16 00:29:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-05-16 00:29:37 +0000 |
commit | 721bc59bd435af879c3f9a3c30b84e76c9ea1ee9 (patch) | |
tree | 21b20fda9929780434e20540f3b3d33bd53f944b /app-text/xiphos | |
parent | xulrunner bulid bug fix, bug 386853; thanks to Niko R. for patch (diff) | |
download | gentoo-2-721bc59bd435af879c3f9a3c30b84e76c9ea1ee9.tar.gz gentoo-2-721bc59bd435af879c3f9a3c30b84e76c9ea1ee9.tar.bz2 gentoo-2-721bc59bd435af879c3f9a3c30b84e76c9ea1ee9.zip |
remove old
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xiphos')
-rw-r--r-- | app-text/xiphos/Manifest | 1 | ||||
-rw-r--r-- | app-text/xiphos/xiphos-3.1.3.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest index 2d80e5ea3c59..e42b0a3d2fd8 100644 --- a/app-text/xiphos/Manifest +++ b/app-text/xiphos/Manifest @@ -2,6 +2,5 @@ DIST xiphos-3.1.2.tar.gz 4308575 RMD160 d045307738d7bda4b7747f080c6a3b6941ba07c8 DIST xiphos-3.1.3.tar.gz 4405305 RMD160 a1eb841b8951e2475e294113de7c8f7b5c9bbcdf SHA1 a6740c2b942e8b34ce70ecf81cba47f821bb464f SHA256 345c04d3521239f8e8dff8d0a8447ce6eba6809d22fe699c69a0677894e87b4c EBUILD xiphos-3.1.2.ebuild 1308 RMD160 9e70c13a65ad3a48a926296fb60490f6563e8423 SHA1 65dd3542db56c43c73fb5a7a207ca8385dfc64f4 SHA256 7ba0c27d32ef973544fa9f832d9651e2bfa3bcf0e8c5afb9eb36d9bfa6877b2d EBUILD xiphos-3.1.3-r1.ebuild 1378 RMD160 b4e188a73f2bf46e07ac2e9ee4e3ba50ea51041d SHA1 baf9272045cb0a169aeecca4ed028555e05fc12a SHA256 f3ea0a409c3664d957e6a806468a161c3ef9a5f9768313727580887001f289db -EBUILD xiphos-3.1.3.ebuild 1308 RMD160 e02746b43c15a4819b166499781088a730893734 SHA1 23b31bcba1194d99fd9eade001a6867468832c5d SHA256 7ef1e5521a4b3b2b5592faebb5f9775c1addb294653a1edc705818c20effe2ca MISC ChangeLog 1378 RMD160 e821db24ac6725bd0d8f02ba069432d7362b3bc5 SHA1 7ca584e39673464fa9d952ea28c051f3c4bedbdd SHA256 d14a77a27d979132a78a49420c7150b990ec806512b8640d60cdbc4e386a38fb MISC metadata.xml 225 RMD160 85b15c992c3c155290f10acea186147d766b0620 SHA1 31c995eec7e4afb352888c1d9c65e9107f894d0b SHA256 1dab477a800b766fe838154618bd7769afe79f427f3c05fa155ee1a411f5c006 diff --git a/app-text/xiphos/xiphos-3.1.3.ebuild b/app-text/xiphos/xiphos-3.1.3.ebuild deleted file mode 100644 index 99931ce5f28c..000000000000 --- a/app-text/xiphos/xiphos-3.1.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 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.ebuild,v 1.1 2010/04/21 13:40:32 beandog 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 - >=gnome-base/libglade-2 - >=gnome-extra/gtkhtml-3.23 - >=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/" -} |