diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 11:49:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 11:49:40 +0000 |
commit | ed918938541fe188df121d9d89fca91e3f2cb8d9 (patch) | |
tree | 02014f54ca5e1abdbf85fe66c220e2fcd81ce7bd /media-video/frameworks | |
parent | Version bump to GTK+-2.0 version and mark it stable for amd64 because current... (diff) | |
download | gentoo-2-ed918938541fe188df121d9d89fca91e3f2cb8d9.tar.gz gentoo-2-ed918938541fe188df121d9d89fca91e3f2cb8d9.tar.bz2 gentoo-2-ed918938541fe188df121d9d89fca91e3f2cb8d9.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-video/frameworks')
-rw-r--r-- | media-video/frameworks/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/frameworks/files/digest-frameworks-0.3.4 | 3 | ||||
-rw-r--r-- | media-video/frameworks/frameworks-0.3.4.ebuild | 20 |
3 files changed, 6 insertions, 25 deletions
diff --git a/media-video/frameworks/ChangeLog b/media-video/frameworks/ChangeLog index a0a9f7824eae..3c9037852e69 100644 --- a/media-video/frameworks/ChangeLog +++ b/media-video/frameworks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/frameworks -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/ChangeLog,v 1.4 2007/11/27 12:42:16 zzam Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/ChangeLog,v 1.5 2008/01/13 11:49:39 aballier Exp $ + + 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> + -frameworks-0.3.4.ebuild: + remove old 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> frameworks-0.3.4.ebuild, frameworks-0.3.6.ebuild: diff --git a/media-video/frameworks/files/digest-frameworks-0.3.4 b/media-video/frameworks/files/digest-frameworks-0.3.4 deleted file mode 100644 index c81d16b0ecb6..000000000000 --- a/media-video/frameworks/files/digest-frameworks-0.3.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2888beeded4f25823902d9c8ae9823c9 frameworks-0.3.4.tar.gz 120725 -RMD160 996011495ebdd0e8ac52f42ca127ed2ebdd2e19c frameworks-0.3.4.tar.gz 120725 -SHA256 00443209f0d7cc0fe71b8e096a8eaa8ca7e819756a3ab9c5e87f4f3d7258ba9b frameworks-0.3.4.tar.gz 120725 diff --git a/media-video/frameworks/frameworks-0.3.4.ebuild b/media-video/frameworks/frameworks-0.3.4.ebuild deleted file mode 100644 index 097bbae03ccc..000000000000 --- a/media-video/frameworks/frameworks-0.3.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/frameworks-0.3.4.ebuild,v 1.4 2007/11/27 12:42:16 zzam Exp $ - -DESCRIPTION="A small v4l frame capture utility especially suited for stop motion animation." -SRC_URI="http://www.polycrystal.org/software/frameworks/${P}.tar.gz" -HOMEPAGE="http://www.polycrystal.org/software/frameworks.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" - -IUSE="" -DEPEND=">=gnome-base/libglade-2 - >=x11-libs/gtk+-2" - -src_install () { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |