summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-28 18:00:22 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-28 18:00:22 +0000
commit6769a1f1837bde9324823871b0ccddbd625b5ea0 (patch)
treed3b44d7ac9e125a47be7fb417e970ab373c44712 /sci-biology/embassy-emnu
parentDrop old (diff)
downloadgentoo-2-6769a1f1837bde9324823871b0ccddbd625b5ea0.tar.gz
gentoo-2-6769a1f1837bde9324823871b0ccddbd625b5ea0.tar.bz2
gentoo-2-6769a1f1837bde9324823871b0ccddbd625b5ea0.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/embassy-emnu')
-rw-r--r--sci-biology/embassy-emnu/ChangeLog6
-rw-r--r--sci-biology/embassy-emnu/embassy-emnu-1.05-r6.ebuild19
-rw-r--r--sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild6
3 files changed, 9 insertions, 22 deletions
diff --git a/sci-biology/embassy-emnu/ChangeLog b/sci-biology/embassy-emnu/ChangeLog
index e4f8e1310b0c..b53b1c3f5986 100644
--- a/sci-biology/embassy-emnu/ChangeLog
+++ b/sci-biology/embassy-emnu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/embassy-emnu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-emnu/ChangeLog,v 1.33 2015/03/28 17:24:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-emnu/ChangeLog,v 1.34 2015/03/28 18:00:22 jlec Exp $
+
+ 28 Mar 2015; Justin Lecher <jlec@gentoo.org> -embassy-emnu-1.05-r6.ebuild,
+ embassy-emnu-1.05.650.ebuild:
+ Drop old
*embassy-emnu-1.05.650 (28 Mar 2015)
diff --git a/sci-biology/embassy-emnu/embassy-emnu-1.05-r6.ebuild b/sci-biology/embassy-emnu/embassy-emnu-1.05-r6.ebuild
deleted file mode 100644
index ed94730f09c5..000000000000
--- a/sci-biology/embassy-emnu/embassy-emnu-1.05-r6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-emnu/embassy-emnu-1.05-r6.ebuild,v 1.4 2011/10/20 08:54:43 xarthisius Exp $
-
-EBOV="6.1.0"
-
-inherit embassy
-
-DESCRIPTION="EMBOSS Menu is Not UNIX - Simple menu of EMBOSS applications"
-SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/old/${EBOV}/EMBOSS-${EBOV}.tar.gz
- mirror://gentoo/embassy-${EBOV}-${PN:8}-${PV}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
-
-RDEPEND="sys-libs/ncurses
- ${RDEPEND}"
-
-DEPEND="sys-libs/ncurses
- ${DEPEND}"
diff --git a/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild b/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
index 15daeda9d936..f3731b9b9203 100644
--- a/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
+++ b/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild,v 1.1 2015/03/28 17:24:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild,v 1.2 2015/03/28 18:00:22 jlec Exp $
EAPI=5
EBO_DESCRIPTION="Simple menu of EMBOSS applications"
EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
-PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
AUTOTOOLS_AUTORECONF=1
+
inherit emboss-r1
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
IUSE+=" ncurses"
RDEPEND+=" ncurses? ( sys-libs/ncurses )"
+
+PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )