[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/, sci-biology/embassy-mse/files/

2022-02-13 Thread David Seifert
commit: 158865285942af587a53e94cd53ff3c73a55d33b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 13 23:28:40 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 13 23:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15886528

sci-biology/embassy-mse: update EAPI 7 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...0.0.660.ebuild => embassy-mse-3.0.0.660-r1.ebuild} | 19 +++
 .../embassy-mse-3.0.0.650_fix-build-system.patch  |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
similarity index 64%
rename from sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
rename to sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
index cd9425254fb0..a806410e6366 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
@@ -1,28 +1,31 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor"
-EBO_EAUTORECONF=1
 
-inherit emboss-r2
+inherit autotools emboss-r3
 
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 
-RDEPEND="sys-libs/ncurses:0="
+RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/MSE-3.0.0.650"
-
 PATCHES=( "${FILESDIR}"/${PN}-3.0.0.650_fix-build-system.patch )
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
-   emboss-r2_src_configure --enable-curses
+   emboss-r3_src_configure --enable-curses
 }
 
 src_install() {
-   emboss-r2_src_install
+   emboss-r3_src_install
 
insinto /usr/include/emboss/mse
doins h/*.h

diff --git 
a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch 
b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
index 23e656dc0a86..72d7932a188d 100644
--- a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
+++ b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
@@ -9,8 +9,8 @@
  
  CKITSRC = datafiles.c next.c seqentry.c strings.c gcg.c pir.c \
  seqspec.c ttyinterface.c nextseqentry.c \
 a/configure.ac
-+++ b/configure.ac
+--- a/configure.in
 b/configure.in
 @@ -635,33 +635,6 @@
  
  



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2021-05-16 Thread David Seifert
commit: 9a209d91983f97d3d167fa52e774a053030a1946
Author: David Seifert  gentoo  org>
AuthorDate: Sun May 16 13:36:35 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 16 13:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a209d91

sci-biology/embassy-mse: ncurses isn't optional

Closes: https://bugs.gentoo.org/790515
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild |  6 +++---
 sci-biology/embassy-mse/metadata.xml | 14 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
index f3b553cd1d6..cd9425254fb 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
@@ -9,16 +9,16 @@ EBO_EAUTORECONF=1
 inherit emboss-r2
 
 KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="ncurses"
 
-RDEPEND="ncurses? ( sys-libs/ncurses:0= )"
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/MSE-3.0.0.650"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.0.0.650_fix-build-system.patch )
 
 src_configure() {
-   emboss-r2_src_configure $(use_enable ncurses curses)
+   emboss-r2_src_configure --enable-curses
 }
 
 src_install() {

diff --git a/sci-biology/embassy-mse/metadata.xml 
b/sci-biology/embassy-mse/metadata.xml
index d1b9a7602ec..8a0ec21fe3d 100644
--- a/sci-biology/embassy-mse/metadata.xml
+++ b/sci-biology/embassy-mse/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
-  
-emboss
-  
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+   
+   emboss
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/files/

2021-03-13 Thread David Seifert
commit: 7c7749512da505f839b5e64d69ef9650139b26bc
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 13 12:04:58 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 13 12:04:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c774951

sci-biology/embassy-mse: Fix building against clang/LLD

Closes: https://bugs.gentoo.org/731850
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 .../embassy-mse-3.0.0.650_fix-build-system.patch   | 39 ++
 1 file changed, 18 insertions(+), 21 deletions(-)

diff --git 
a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch 
b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
index c1095b266d6..23e656dc0a8 100644
--- a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
+++ b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
@@ -1,11 +1,3 @@
- ckit/Makefile.am   |  2 +-
- configure.ac   | 67 +++---
- emboss_acd/Makefile.am |  2 +-
- src/Makefile.am|  6 ++---
- 4 files changed, 18 insertions(+), 59 deletions(-)
-
-diff --git a/ckit/Makefile.am b/ckit/Makefile.am
-index f87b131..a670d2b 100644
 --- a/ckit/Makefile.am
 +++ b/ckit/Makefile.am
 @@ -2,7 +2,7 @@
@@ -17,11 +9,9 @@ index f87b131..a670d2b 100644
  
  CKITSRC = datafiles.c next.c seqentry.c strings.c gcg.c pir.c \
  seqspec.c ttyinterface.c nextseqentry.c \
-diff --git a/configure.ac b/configure.ac
-index a20d488..eb208bf 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -635,33 +635,6 @@ AS_CASE([${host_os}],
+@@ -635,33 +635,6 @@
  
  
  
@@ -55,7 +45,7 @@ index a20d488..eb208bf 100644
  dnl FIXME: This does no longer seem required with Autoconf 2.67?
  dnl Intel MacOSX 10.6 puts X11 in a non-standard place
  dnl AS_IF([test "x${with_x}" != "xno"],
-@@ -737,21 +710,6 @@ AX_LIB_POSTGRESQL
+@@ -737,21 +710,6 @@
  
  
  
@@ -77,7 +67,7 @@ index a20d488..eb208bf 100644
  dnl Test if --enable-localforce given
  locallink="no"
  embprefix="/usr/local"
-@@ -874,6 +832,13 @@ AC_ARG_ENABLE([systemlibs],
+@@ -874,6 +832,13 @@
  AM_CONDITIONAL([ESYSTEMLIBS], [test "x${enable_systemlibs}" = "xyes"])
  
  
@@ -91,7 +81,7 @@ index a20d488..eb208bf 100644
  
  
  # Enable the purify tool: --enable-purify, sets CC and LIBTOOL
-@@ -1000,17 +965,13 @@ AS_IF([test "x${enable_savestats}" = "xyes"],
+@@ -1000,17 +965,13 @@
  
  
  
@@ -116,8 +106,6 @@ index a20d488..eb208bf 100644
  
  
  
-diff --git a/emboss_acd/Makefile.am b/emboss_acd/Makefile.am
-index e1c1878..e253c95 100644
 --- a/emboss_acd/Makefile.am
 +++ b/emboss_acd/Makefile.am
 @@ -1,3 +1,3 @@
@@ -125,11 +113,9 @@ index e1c1878..e253c95 100644
 -pkgdata_DATA = *.acd
 +pkgdata_DATA = $(srcdir)/*.acd
  pkgdatadir=$(prefix)/share/EMBOSS/acd
-diff --git a/src/Makefile.am b/src/Makefile.am
-index b44632a..84e89b5 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -18,9 +18,7 @@ AM_CPPFLAGS = -I../h \
+@@ -18,9 +18,7 @@
-I../../../ajax/ensembl -I../../../ajax/ajaxdb \
-I../../../ajax/acd -I../../../plplot
  else
@@ -140,10 +126,21 @@ index b44632a..84e89b5 100644
  endif
  
  if ISSHARED
-@@ -60,5 +58,5 @@ LDADD = ../ckit/libckit.la \
+@@ -35,7 +33,7 @@
+ -lnucleus -lacd -lajaxdb -lensembl -lajaxg -lajax -lepcre \
+  $(NLAIXLIBS) -leplplot
+ else
+-AIX_CFLAGS = -Wl,-bdynamic -Wl,-brtl -L${embprefix}/lib -lnucleus -lacd \
++AIX_CFLAGS = -Wl,-bdynamic -Wl,-brtl -lnucleus -lacd \
+ -lajaxdb -lensembl -lajaxg -lajax -lepcre $(NLAIXLIBS) -leplplot
+ endif
+ endif
+@@ -59,6 +57,6 @@
+   ../../../plplot/libeplplot.la \
$(XLIB)
  else
- LDADD = ../ckit/libckit.la -L${embprefix}/lib -lnucleus -lacd -lajaxdb \
+-LDADD = ../ckit/libckit.la -L${embprefix}/lib -lnucleus -lacd -lajaxdb \
 -  -lensembl -lajaxg -lajax -lepcre $(NLADD) -leplplot $(XLIB)
++LDADD = ../ckit/libckit.la -lnucleus -lacd -lajaxdb \
 +  -lensembl -lajaxg -lajax $(NLADD) $(NCURSES_LIBS) $(XLIB)
  endif



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2021-03-12 Thread Andreas Sturmlechner
commit: 408117a5da23324acae5629b8230c04523846033
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 12 10:18:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 12 15:31:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408117a5

sci-biology/embassy-mse: EAPI-7 bump

Bug: https://bugs.gentoo.org/770262
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
index c2297015591..f3b553cd1d6 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor"
-
 EBO_EAUTORECONF=1
 
 inherit emboss-r2
@@ -15,6 +14,7 @@ IUSE="ncurses"
 RDEPEND="ncurses? ( sys-libs/ncurses:0= )"
 
 S="${WORKDIR}/MSE-3.0.0.650"
+
 PATCHES=( "${FILESDIR}"/${PN}-3.0.0.650_fix-build-system.patch )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2017-02-19 Thread David Seifert
commit: 4c9a35184568a8639d8293f03d131cf983c2bdce
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 19 18:41:37 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 19 18:44:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9a3518

sci-biology/embassy-mse: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3937

 sci-biology/embassy-mse/Manifest   |  1 -
 .../embassy-mse/embassy-mse-3.0.0.650.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/sci-biology/embassy-mse/Manifest b/sci-biology/embassy-mse/Manifest
index 97f517f4d1..629ce2f87c 100644
--- a/sci-biology/embassy-mse/Manifest
+++ b/sci-biology/embassy-mse/Manifest
@@ -1,2 +1 @@
-DIST embassy-mse-3.0.0.650.tar.gz 491747 SHA256 
2744c2a447cc16d7ad4d9049c61793fc2803659b83b0666b3ca9c30648dac88c SHA512 
4ae34de71566464e4352ff7b3bbd19b8bf0571013f34253495cf5cc57240bac9c75192c302eb0231763db1745a7e3e79ebcdcb006e36ea4621a886b213eb96d3
 WHIRLPOOL 
8d257e79161d5989ac2fe3fe5e55e073402b57795121693fd43ac0d2d348032abb7927d4e40faf2b4db182145f9bcdcc7ba5d7b0534df10dd844c256b8dacb9b
 DIST embassy-mse-3.0.0.660.tar.gz 491747 SHA256 
2744c2a447cc16d7ad4d9049c61793fc2803659b83b0666b3ca9c30648dac88c SHA512 
4ae34de71566464e4352ff7b3bbd19b8bf0571013f34253495cf5cc57240bac9c75192c302eb0231763db1745a7e3e79ebcdcb006e36ea4621a886b213eb96d3
 WHIRLPOOL 
8d257e79161d5989ac2fe3fe5e55e073402b57795121693fd43ac0d2d348032abb7927d4e40faf2b4db182145f9bcdcc7ba5d7b0534df10dd844c256b8dacb9b

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
deleted file mode 100644
index 2210dc7eae..00
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor"
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit emboss-r1
-
-KEYWORDS="amd64 x86 ~x86-linux ~ppc-macos"
-IUSE+=" ncurses"
-
-RDEPEND+=" ncurses? ( sys-libs/ncurses )"
-
-PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
-
-src_configure() {
-   EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
-   emboss-r1_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   insinto /usr/include/emboss/mse
-   doins h/*.h
-}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2017-02-06 Thread David Seifert
commit: 9af280568945fb465c4d95e0eedacb1b56df9540
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb  6 20:48:01 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb  6 21:25:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af28056

sci-biology/embassy-mse: Remove ppc from KEYWORDS

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3856

 sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
index 2c0fb1a..2210dc7 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ AUTOTOOLS_AUTORECONF=1
 
 inherit emboss-r1
 
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 x86 ~x86-linux ~ppc-macos"
 IUSE+=" ncurses"
 
 RDEPEND+=" ncurses? ( sys-libs/ncurses )"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2015-11-23 Thread Justin Lecher
commit: dfb616160c127e9189daf40fb105f55ac3a221a4
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 23 10:30:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 23 10:46:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb61616

sci-biology/embassy-mse: Move use_enable call to local scope

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566546

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild | 6 +-
 sci-biology/embassy-mse/metadata.xml | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
index 0c2d8f5..2c0fb1a 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor"
-EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
 
 AUTOTOOLS_AUTORECONF=1
 
@@ -18,6 +17,11 @@ RDEPEND+=" ncurses? ( sys-libs/ncurses )"
 
 PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
 
+src_configure() {
+   EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
+   emboss-r1_src_configure
+}
+
 src_install() {
autotools-utils_src_install
insinto /usr/include/emboss/mse

diff --git a/sci-biology/embassy-mse/metadata.xml 
b/sci-biology/embassy-mse/metadata.xml
index 34f0987..fbd4705 100644
--- a/sci-biology/embassy-mse/metadata.xml
+++ b/sci-biology/embassy-mse/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   sci-biology



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2015-08-27 Thread Justin Lecher
commit: 087510243308e81f38aad484af75ce88e15d3a8f
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Thu Aug 27 13:29:07 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Aug 27 13:47:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08751024

sci-biology/embassy-mse: Drop old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 sci-biology/embassy-mse/Manifest|  2 --
 sci-biology/embassy-mse/embassy-mse-1.0.0-r6.ebuild | 19 ---
 2 files changed, 21 deletions(-)

diff --git a/sci-biology/embassy-mse/Manifest b/sci-biology/embassy-mse/Manifest
index 15e2c00..c69712e 100644
--- a/sci-biology/embassy-mse/Manifest
+++ b/sci-biology/embassy-mse/Manifest
@@ -1,3 +1 @@
-DIST EMBOSS-6.0.1.tar.gz 20204153 SHA256 
3e352902aa9dab88bf486457ff23794f19398dfc6b550c4bf175dfcad34c233d
-DIST embassy-6.0.1-mse-1.0.0.tar.gz 445562 SHA256 
9e3688ff3514b7ea6cf104fbd2a2e611fe726fb7ac4bebab6f3c103f05c08d90
 DIST embassy-mse-3.0.0.650.tar.gz 491747 SHA256 
2744c2a447cc16d7ad4d9049c61793fc2803659b83b0666b3ca9c30648dac88c SHA512 
4ae34de71566464e4352ff7b3bbd19b8bf0571013f34253495cf5cc57240bac9c75192c302eb0231763db1745a7e3e79ebcdcb006e36ea4621a886b213eb96d3
 WHIRLPOOL 
8d257e79161d5989ac2fe3fe5e55e073402b57795121693fd43ac0d2d348032abb7927d4e40faf2b4db182145f9bcdcc7ba5d7b0534df10dd844c256b8dacb9b

diff --git a/sci-biology/embassy-mse/embassy-mse-1.0.0-r6.ebuild 
b/sci-biology/embassy-mse/embassy-mse-1.0.0-r6.ebuild
deleted file mode 100644
index 8767aee..000
--- a/sci-biology/embassy-mse/embassy-mse-1.0.0-r6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EBOV=6.0.1
-
-inherit embassy
-
-DESCRIPTION=EMBOSS integrated version of MSE - Multiple Sequence Screen 
Editor
-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
-
-src_install() {
-   embassy_src_install
-   insinto /usr/include/emboss/mse
-   doins h/*.h
-}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2015-08-27 Thread Agostino Sarubbo
commit: bc5875be241f55804536174e85d06ebd66d398e1
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Thu Aug 27 09:57:46 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Thu Aug 27 09:58:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5875be

sci-biology/embassy-mse: amd64 stable wrt bug #55

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
index 32b6410..371db6a 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
@@ -11,7 +11,7 @@ AUTOTOOLS_AUTORECONF=1
 
 inherit emboss-r1
 
-KEYWORDS=~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos
+KEYWORDS=amd64 ~ppc ~x86 ~x86-linux ~ppc-macos
 IUSE+= ncurses
 
 RDEPEND+= ncurses? ( sys-libs/ncurses )



[gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/

2015-08-27 Thread Agostino Sarubbo
commit: 4c86a6f80dcc1b705446ff56af0b1d6e13bf550c
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Thu Aug 27 10:02:10 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Thu Aug 27 10:02:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c86a6f8

sci-biology/embassy-mse: x86 stable wrt bug #55

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
index 371db6a..0c2d8f5 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild
@@ -11,7 +11,7 @@ AUTOTOOLS_AUTORECONF=1
 
 inherit emboss-r1
 
-KEYWORDS=amd64 ~ppc ~x86 ~x86-linux ~ppc-macos
+KEYWORDS=amd64 ~ppc x86 ~x86-linux ~ppc-macos
 IUSE+= ncurses
 
 RDEPEND+= ncurses? ( sys-libs/ncurses )