From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 601B459CA3 for ; Sun, 6 Mar 2016 13:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 465B721C032; Sun, 6 Mar 2016 13:01:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FE6221C032 for ; Sun, 6 Mar 2016 13:01:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B15C340B7F for ; Sun, 6 Mar 2016 13:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C744C2091 for ; Sun, 6 Mar 2016 13:01:52 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1457269300.2390cc3937965100c701b5803930fbabfac413cc.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/mauvealigner/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/mauvealigner/mauvealigner-9999.ebuild sci-biology/mauvealigner/metadata.xml X-VCS-Directories: sci-biology/mauvealigner/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2390cc3937965100c701b5803930fbabfac413cc X-VCS-Branch: master Date: Sun, 6 Mar 2016 13:01:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c19d0f45-01a8-4271-a5d9-24a703939db9 X-Archives-Hash: b99289452a2a0cac226517125026f7f5 commit: 2390cc3937965100c701b5803930fbabfac413cc Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 6 12:56:32 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 6 13:01:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2390cc39 sci-biology/mauvealigner: Remove outdated unmaintained package sci-biology/mauvealigner/mauvealigner-9999.ebuild | 35 ----------------------- sci-biology/mauvealigner/metadata.xml | 8 ------ 2 files changed, 43 deletions(-) diff --git a/sci-biology/mauvealigner/mauvealigner-9999.ebuild b/sci-biology/mauvealigner/mauvealigner-9999.ebuild deleted file mode 100644 index cee1853..0000000 --- a/sci-biology/mauvealigner/mauvealigner-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/mauveAligner/trunk" - -inherit subversion autotools - -DESCRIPTION="Multiple genome alignment with large-scale evolutionary events (aligner component)" -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -IUSE="doc" -KEYWORDS="" - -CDEPEND="sci-libs/libgenome - sci-libs/libmuscle - sci-libs/libmems" -DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" -RDEPEND="${CDEPEND}" - -S="${WORKDIR}" - -src_prepare() { - eautoreconf -} - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sci-biology/mauvealigner/metadata.xml b/sci-biology/mauvealigner/metadata.xml deleted file mode 100644 index 959160f..0000000 --- a/sci-biology/mauvealigner/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-biology@gentoo.org - Gentoo Biology Project - -