diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-09-25 07:03:15 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-09-25 07:03:15 +0000 |
commit | 749216f89115c3cbfd7e94396824da19e7503ab2 (patch) | |
tree | 22b38d63747764d1854f3c54123ad5a94dc2eca8 /media-sound/sfc | |
parent | Stable on amd64 and x86, wrt bug #518778 (diff) | |
download | gentoo-2-749216f89115c3cbfd7e94396824da19e7503ab2.tar.gz gentoo-2-749216f89115c3cbfd7e94396824da19e7503ab2.tar.bz2 gentoo-2-749216f89115c3cbfd7e94396824da19e7503ab2.zip |
Drop old
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-sound/sfc')
-rw-r--r-- | media-sound/sfc/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sfc/sfc-0.016.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/media-sound/sfc/ChangeLog b/media-sound/sfc/ChangeLog index af6338a9038d..cd0062a37ef5 100644 --- a/media-sound/sfc/ChangeLog +++ b/media-sound/sfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sfc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/ChangeLog,v 1.20 2014/09/25 07:02:52 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/ChangeLog,v 1.21 2014/09/25 07:03:15 pinkbyte Exp $ + + 25 Sep 2014; Sergey Popov <pinkbyte@gentoo.org> -sfc-0.016.ebuild: + Drop old 25 Sep 2014; Sergey Popov <pinkbyte@gentoo.org> sfc-0.018-r1.ebuild: Stable on amd64 and x86, wrt bug #518778 diff --git a/media-sound/sfc/sfc-0.016.ebuild b/media-sound/sfc/sfc-0.016.ebuild deleted file mode 100644 index 1aa5f5932200..000000000000 --- a/media-sound/sfc/sfc-0.016.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/sfc-0.016.ebuild,v 1.7 2014/08/10 21:11:52 slyfox Exp $ - -EAPI="1" - -DESCRIPTION="SoundFontCombi is an opensource software pseudo synthesizer" -HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/" -SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND=" - media-libs/alsa-lib - x11-libs/fltk:1" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README -} |