diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:31:04 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:31:04 +0000 |
commit | 3aa2ff475490b7bb0b69e5114f353d91332fed18 (patch) | |
tree | 13930a4c3fc6b36acbebc2bc52031c1f5a1ea711 /x11-apps/xvidtune | |
parent | Pull old versions. (diff) | |
download | gentoo-2-3aa2ff475490b7bb0b69e5114f353d91332fed18.tar.gz gentoo-2-3aa2ff475490b7bb0b69e5114f353d91332fed18.tar.bz2 gentoo-2-3aa2ff475490b7bb0b69e5114f353d91332fed18.zip |
Pull old versions.
(Portage version: 2.1_pre2)
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.2 | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/files/digest-xvidtune-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-0.99.2.ebuild | 23 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-1.0.0.ebuild | 23 |
5 files changed, 5 insertions, 49 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog index 4217dae4b86d..010a1dfa7ef9 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.8 2005/12/23 10:50:19 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.9 2005/12/26 21:29:02 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xvidtune-0.99.2.ebuild, -xvidtune-1.0.0.ebuild: + Pull old versions. *xvidtune-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xvidtune/files/digest-xvidtune-0.99.2 b/x11-apps/xvidtune/files/digest-xvidtune-0.99.2 deleted file mode 100644 index 857a477ed1a3..000000000000 --- a/x11-apps/xvidtune/files/digest-xvidtune-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f96b3edeecdccd25a888f44cfdbebfe xvidtune-0.99.2.tar.bz2 86407 diff --git a/x11-apps/xvidtune/files/digest-xvidtune-1.0.0 b/x11-apps/xvidtune/files/digest-xvidtune-1.0.0 deleted file mode 100644 index fc96ad009524..000000000000 --- a/x11-apps/xvidtune/files/digest-xvidtune-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4759dff3815184172c05478ac2cf92d1 xvidtune-1.0.0.tar.bz2 87771 diff --git a/x11-apps/xvidtune/xvidtune-0.99.2.ebuild b/x11-apps/xvidtune/xvidtune-0.99.2.ebuild deleted file mode 100644 index e8516dbb83f1..000000000000 --- a/x11-apps/xvidtune/xvidtune-0.99.2.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.2.ebuild,v 1.1 2005/12/04 22:22:47 joshuabaergen 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-1.0.0.ebuild b/x11-apps/xvidtune/xvidtune-1.0.0.ebuild deleted file mode 100644 index 4c8066371e62..000000000000 --- a/x11-apps/xvidtune/xvidtune-1.0.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-1.0.0.ebuild,v 1.1 2005/12/18 19:57:39 joshuabaergen 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 -} |