From 97595fb83f0f15442daebf524af7440e0ab2bacd Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 1 Mar 2011 07:46:52 +0000 Subject: 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) --- app-text/winefish/ChangeLog | 11 ++++++-- app-text/winefish/winefish-1.3.3-r1.ebuild | 44 +++++++++++++++++++++++++++++ app-text/winefish/winefish-1.3.3.ebuild | 45 ------------------------------ 3 files changed, 53 insertions(+), 47 deletions(-) create mode 100644 app-text/winefish/winefish-1.3.3-r1.ebuild delete mode 100644 app-text/winefish/winefish-1.3.3.ebuild (limited to 'app-text') 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 -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 winefish-1.3.3.ebuild: Use berlios mirrors:// diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild new file mode 100644 index 000000000000..c9727da2f321 --- /dev/null +++ b/app-text/winefish/winefish-1.3.3-r1.ebuild @@ -0,0 +1,44 @@ +# 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-r1.ebuild,v 1.1 2011/03/01 07:46:52 radhermit Exp $ + +EAPI=3 + +inherit eutils fdo-mime + +MY_PV=${PV/%[[:alpha:]]/} + +DESCRIPTION="LaTeX editor based on Bluefish" +HOMEPAGE="http://winefish.berlios.de/" +SRC_URI="mirror://berlios/${PN}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="spell" + +RDEPEND=">=x11-libs/gtk+-2.4:2 + >=dev-libs/libpcre-6.3 + spell? ( virtual/aspell-dict )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}/${P}-nostrip.patch" +} + +src_configure() { + econf --disable-update-databases +} + +src_install() { + emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html || die "emake install failed" + dodoc AUTHORS CHANGES README ROADMAP THANKS TODO +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + + elog "You need to emerge a TeX distribution to gain winefish's full capacity" +} diff --git a/app-text/winefish/winefish-1.3.3.ebuild b/app-text/winefish/winefish-1.3.3.ebuild deleted file mode 100644 index 06a3823a2e00..000000000000 --- a/app-text/winefish/winefish-1.3.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 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 $ - -inherit eutils fdo-mime - -MY_PV=${PV/%[[:alpha:]]/} - -DESCRIPTION="LaTeX editor based on Bluefish" -HOMEPAGE="http://winefish.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="spell" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=dev-libs/libpcre-6.3 - spell? ( virtual/aspell-dict )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-nostrip.patch" -} -src_compile() { - econf --disable-update-databases || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - dodoc AUTHORS CHANGES README ROADMAP THANKS TODO -} - -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" -} -- cgit v1.2.3-65-gdbad