diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 07:09:12 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 07:09:12 +0000 |
commit | aeb8e873821f6a2e52063223e897ce5bcbc6324a (patch) | |
tree | dfd19699ed97a35de83267a1e7a709aae973431d /x11-apps/xvidtune | |
parent | Pull old versions. (diff) | |
download | gentoo-2-aeb8e873821f6a2e52063223e897ce5bcbc6324a.tar.gz gentoo-2-aeb8e873821f6a2e52063223e897ce5bcbc6324a.tar.bz2 gentoo-2-aeb8e873821f6a2e52063223e897ce5bcbc6324a.zip |
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xvidtune')
-rw-r--r-- | x11-apps/xvidtune/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xvidtune/files/digest-xvidtune-0.99.0 | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/files/digest-xvidtune-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-0.99.0.ebuild | 23 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-0.99.1.ebuild | 23 |
5 files changed, 5 insertions, 49 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog index 2a2cddde5e6b..60497dc19ec9 100644 --- a/x11-apps/xvidtune/ChangeLog +++ b/x11-apps/xvidtune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xvidtune # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.5 2005/12/04 22:22:47 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.6 2005/12/09 07:06:15 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -xvidtune-0.99.0.ebuild, -xvidtune-0.99.1.ebuild: + Pull old versions. *xvidtune-0.99.2 (04 Dec 2005) diff --git a/x11-apps/xvidtune/files/digest-xvidtune-0.99.0 b/x11-apps/xvidtune/files/digest-xvidtune-0.99.0 deleted file mode 100644 index c784a4fba5be..000000000000 --- a/x11-apps/xvidtune/files/digest-xvidtune-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5addaae05c1aee5fcb457bc177476cf4 xvidtune-0.99.0.tar.bz2 64085 diff --git a/x11-apps/xvidtune/files/digest-xvidtune-0.99.1 b/x11-apps/xvidtune/files/digest-xvidtune-0.99.1 deleted file mode 100644 index 5eb99d347f06..000000000000 --- a/x11-apps/xvidtune/files/digest-xvidtune-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 676e5ad5b8e9299a2945d070165bf956 xvidtune-0.99.1.tar.bz2 85643 diff --git a/x11-apps/xvidtune/xvidtune-0.99.0.ebuild b/x11-apps/xvidtune/xvidtune-0.99.0.ebuild deleted file mode 100644 index 10b5ddf26244..000000000000 --- a/x11-apps/xvidtune/xvidtune-0.99.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-0.99.0.ebuild,v 1.4 2005/10/19 03:00:45 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xvidtune application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXxf86vm - x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} diff --git a/x11-apps/xvidtune/xvidtune-0.99.1.ebuild b/x11-apps/xvidtune/xvidtune-0.99.1.ebuild deleted file mode 100644 index 357d73673095..000000000000 --- a/x11-apps/xvidtune/xvidtune-0.99.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-0.99.1.ebuild,v 1.1 2005/10/20 00:45:25 spyderous Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xvidtune application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXxf86vm - x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |