diff options
author | 2005-12-26 21:09:23 +0000 | |
---|---|---|
committer | 2005-12-26 21:09:23 +0000 | |
commit | 612f1198840d2992cd1fe06f67c508edb8d520f3 (patch) | |
tree | 2e934f299aba1f22ff98019aefe732997075854d /x11-apps/xfd | |
parent | Pull old versions. (diff) | |
download | gentoo-2-612f1198840d2992cd1fe06f67c508edb8d520f3.tar.gz gentoo-2-612f1198840d2992cd1fe06f67c508edb8d520f3.tar.bz2 gentoo-2-612f1198840d2992cd1fe06f67c508edb8d520f3.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r-- | x11-apps/xfd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xfd/files/digest-xfd-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xfd/files/digest-xfd-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xfd/xfd-0.99.2.ebuild | 23 | ||||
-rw-r--r-- | x11-apps/xfd/xfd-1.0.0.ebuild | 23 |
5 files changed, 5 insertions, 49 deletions
diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog index 0391ff704b0d..8bff3bc90a4b 100644 --- a/x11-apps/xfd/ChangeLog +++ b/x11-apps/xfd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xfd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.9 2005/12/23 10:37:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.10 2005/12/26 21:08:28 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> -xfd-0.99.2.ebuild, + -xfd-1.0.0.ebuild: + Pull old versions. *xfd-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xfd/files/digest-xfd-0.99.2 b/x11-apps/xfd/files/digest-xfd-0.99.2 deleted file mode 100644 index 0dafe52b704a..000000000000 --- a/x11-apps/xfd/files/digest-xfd-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b44706f52656d1762a00fcf4a522f33 xfd-0.99.2.tar.bz2 87311 diff --git a/x11-apps/xfd/files/digest-xfd-1.0.0 b/x11-apps/xfd/files/digest-xfd-1.0.0 deleted file mode 100644 index 8fe5d142c1b0..000000000000 --- a/x11-apps/xfd/files/digest-xfd-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 aaa146595e2b457af77b7e2000c211c1 xfd-1.0.0.tar.bz2 88520 diff --git a/x11-apps/xfd/xfd-0.99.2.ebuild b/x11-apps/xfd/xfd-0.99.2.ebuild deleted file mode 100644 index 3a36f4d522e9..000000000000 --- a/x11-apps/xfd/xfd-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/xfd/xfd-0.99.2.ebuild,v 1.1 2005/12/04 22:02:22 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xfd application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="=media-libs/freetype-2* - media-libs/fontconfig - x11-libs/libXft - x11-libs/libXaw" -DEPEND="${RDEPEND}" - -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/xfd/xfd-1.0.0.ebuild b/x11-apps/xfd/xfd-1.0.0.ebuild deleted file mode 100644 index 4e4f18346b6d..000000000000 --- a/x11-apps/xfd/xfd-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/xfd/xfd-1.0.0.ebuild,v 1.1 2005/12/18 19:33:56 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xfd application" -KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="=media-libs/freetype-2* - media-libs/fontconfig - x11-libs/libXft - x11-libs/libXaw" -DEPEND="${RDEPEND}" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |