diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:14:47 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:14:47 +0000 |
commit | 9c0e1b5036255a8b48e930ed4aaf22ea49072ff7 (patch) | |
tree | 2cc82cb495078f9cae94f4cef4d06282b42fbe04 /x11-apps/xkbutils | |
parent | Pull old versions. (diff) | |
download | gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.gz gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.bz2 gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r-- | x11-apps/xkbutils/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xkbutils/files/digest-xkbutils-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xkbutils/files/digest-xkbutils-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-0.99.2.ebuild | 23 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.0.ebuild | 23 |
5 files changed, 5 insertions, 49 deletions
diff --git a/x11-apps/xkbutils/ChangeLog b/x11-apps/xkbutils/ChangeLog index 087045b43af6..14c7a2eec086 100644 --- a/x11-apps/xkbutils/ChangeLog +++ b/x11-apps/xkbutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xkbutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.9 2005/12/23 10:41:28 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.10 2005/12/26 21:14:47 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xkbutils-0.99.2.ebuild, -xkbutils-1.0.0.ebuild: + Pull old versions. *xkbutils-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xkbutils/files/digest-xkbutils-0.99.2 b/x11-apps/xkbutils/files/digest-xkbutils-0.99.2 deleted file mode 100644 index b74cd0dca752..000000000000 --- a/x11-apps/xkbutils/files/digest-xkbutils-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 24177761ac1fd1ac1443f0f6c328af39 xkbutils-0.99.2.tar.bz2 64614 diff --git a/x11-apps/xkbutils/files/digest-xkbutils-1.0.0 b/x11-apps/xkbutils/files/digest-xkbutils-1.0.0 deleted file mode 100644 index b71ad6acffc6..000000000000 --- a/x11-apps/xkbutils/files/digest-xkbutils-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e63c5ca479162e45d18190c703b03b5b xkbutils-1.0.0.tar.bz2 65268 diff --git a/x11-apps/xkbutils/xkbutils-0.99.2.ebuild b/x11-apps/xkbutils/xkbutils-0.99.2.ebuild deleted file mode 100644 index ead162fff86c..000000000000 --- a/x11-apps/xkbutils/xkbutils-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/xkbutils/xkbutils-0.99.2.ebuild,v 1.1 2005/12/04 22:08:37 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xkbutils application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libxkbfile - 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/xkbutils/xkbutils-1.0.0.ebuild b/x11-apps/xkbutils/xkbutils-1.0.0.ebuild deleted file mode 100644 index 8275cd2777c8..000000000000 --- a/x11-apps/xkbutils/xkbutils-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/xkbutils/xkbutils-1.0.0.ebuild,v 1.1 2005/12/18 19:41:18 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xkbutils application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libxkbfile - 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 -} |