diff options
author | 2015-05-06 09:49:49 +0000 | |
---|---|---|
committer | 2015-05-06 09:49:49 +0000 | |
commit | 304866329185195c9dd1c2da46178744ddbef35e (patch) | |
tree | 084be854a55ce2facebd8460308720868b953ca9 /media-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-304866329185195c9dd1c2da46178744ddbef35e.tar.gz gentoo-2-304866329185195c9dd1c2da46178744ddbef35e.tar.bz2 gentoo-2-304866329185195c9dd1c2da46178744ddbef35e.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libnut/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libnut/libnut-503.ebuild | 24 |
2 files changed, 5 insertions, 27 deletions
diff --git a/media-libs/libnut/ChangeLog b/media-libs/libnut/ChangeLog index 37b5d70efb43..427c835e92dd 100644 --- a/media-libs/libnut/ChangeLog +++ b/media-libs/libnut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libnut -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.18 2013/07/28 19:10:38 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/ChangeLog,v 1.19 2015/05/06 09:49:49 mrueg Exp $ + + 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -libnut-503.ebuild: + Remove old. 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> libnut-661.ebuild: keyword ~amd64-fbsd, bug #477750 @@ -66,4 +69,3 @@ 18 Mar 2007; Steve Dibb <beandog@gentoo.org> +metadata.xml, +libnut-282.ebuild: Initial import - diff --git a/media-libs/libnut/libnut-503.ebuild b/media-libs/libnut/libnut-503.ebuild deleted file mode 100644 index 61c2309ab894..000000000000 --- a/media-libs/libnut/libnut-503.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libnut/libnut-503.ebuild,v 1.3 2009/07/31 21:31:54 chainsaw Exp $ - -inherit flag-o-matic - -DESCRIPTION="Library and tools to create NUT multimedia files" -HOMEPAGE="http://svn.mplayerhq.hu/nut/ - http://www.nut-container.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" -RDEPEND="" - -src_install() { - make PREFIX="${D}/usr" install || die "make install died" - dodoc README docs/* - cd "${S}/nututils" - dobin nutindex nutmerge nutparse avireader -} |