From b349c2a11071ad4450a6e774dcd1b54e24d54452 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sun, 22 Jan 2017 15:17:53 +0100 Subject: app-text/winefish: Remove old Package-Manager: portage-2.3.3 --- app-text/winefish/Manifest | 1 - app-text/winefish/winefish-1.3.3-r1.ebuild | 45 ------------------------------ 2 files changed, 46 deletions(-) delete mode 100644 app-text/winefish/winefish-1.3.3-r1.ebuild (limited to 'app-text') diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest index 8c285c88ffb4..dadeba296fc3 100644 --- a/app-text/winefish/Manifest +++ b/app-text/winefish/Manifest @@ -1,2 +1 @@ DIST winefish-1.3.3.tar.gz 485772 SHA256 dab48badeb783a978c456256493345ae260f8847590b096e8a9a6e44dcced16f SHA512 216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c WHIRLPOOL 857db9e6e565b3d6e609fa2bd945ff98097626421f15f6fd5aa06ed904142e913ce61b64727c7d934fbd39c75cd62c2ee35a32b5908ced19a1e4818f4afa1fcd -DIST winefish-1.3.3.tgz 478063 SHA256 b61a7edf954b0314695a3fc09b3780602d331b676e8ccea5b0aabe0427f6b7c7 SHA512 bc357d01d23ad5eed71e77754804201d0e13be20d6b9338b63b0599aeb174e9d1828f94251755c14494f135a3f53b76614c4a9fcc06467b49a04e07123c557ec WHIRLPOOL cc689a8a2904f938557dae8c79009664ed09da166be651b193d9487a89e0248ce07ebb7bf7016fb8be4c6daf8cd1451f3ecd6458d457e75d47b30d467b11985f diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild deleted file mode 100644 index 2ec552415f5a..000000000000 --- a/app-text/winefish/winefish-1.3.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" -SRC_URI="mirror://gentoo/${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? ( app-text/aspell )" -DEPEND="${RDEPEND} - virtual/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" -} -- cgit v1.2.3-65-gdbad