summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-01 07:46:52 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-01 07:46:52 +0000
commit97595fb83f0f15442daebf524af7440e0ab2bacd (patch)
treec39e52b7d2f70be813179588f5cbab3e9d2b5ca2 /app-text/winefish
parentslot gtk+ dep (diff)
downloadgentoo-2-97595fb83f0f15442daebf524af7440e0ab2bacd.tar.gz
gentoo-2-97595fb83f0f15442daebf524af7440e0ab2bacd.tar.bz2
gentoo-2-97595fb83f0f15442daebf524af7440e0ab2bacd.zip
Revbump and remove old. Install html documentation in the correct place (bug #297637), update to EAPI 3, and add a slot dependency on gtk+:2.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'app-text/winefish')
-rw-r--r--app-text/winefish/ChangeLog11
-rw-r--r--app-text/winefish/winefish-1.3.3-r1.ebuild (renamed from app-text/winefish/winefish-1.3.3.ebuild)23
2 files changed, 20 insertions, 14 deletions
diff --git a/app-text/winefish/ChangeLog b/app-text/winefish/ChangeLog
index 8415eb226722..55f8949aad2c 100644
--- a/app-text/winefish/ChangeLog
+++ b/app-text/winefish/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/winefish
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.9 2008/05/04 08:01:29 drac Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.10 2011/03/01 07:46:52 radhermit Exp $
+
+*winefish-1.3.3-r1 (01 Mar 2011)
+
+ 01 Mar 2011; Tim Harder <radhermit@gentoo.org> -winefish-1.3.3.ebuild,
+ +winefish-1.3.3-r1.ebuild:
+ Revbump and remove old. Install html documentation in the correct place (bug
+ #297637), update to EAPI 3, and add a slot dependency on gtk+:2.
04 May 2008; Samuli Suominen <drac@gentoo.org> winefish-1.3.3.ebuild:
Use berlios mirrors://
diff --git a/app-text/winefish/winefish-1.3.3.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild
index 06a3823a2e00..c9727da2f321 100644
--- a/app-text/winefish/winefish-1.3.3.ebuild
+++ b/app-text/winefish/winefish-1.3.3-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.9 2008/05/04 08:01:29 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild,v 1.1 2011/03/01 07:46:52 radhermit Exp $
+
+EAPI=3
inherit eutils fdo-mime
@@ -15,25 +17,22 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="spell"
-RDEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4:2
>=dev-libs/libpcre-6.3
spell? ( virtual/aspell-dict )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-nostrip.patch"
}
-src_compile() {
- econf --disable-update-databases || die
- emake || die
+
+src_configure() {
+ econf --disable-update-databases
}
src_install() {
- emake install DESTDIR="${D}" || die "make install failed"
-
+ emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html || die "emake install failed"
dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
}
@@ -41,5 +40,5 @@ pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
- elog "You need to emerge a TeX distribution to gain winfish's full capacity"
+ elog "You need to emerge a TeX distribution to gain winefish's full capacity"
}