diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:06:08 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:06:08 +0000 |
commit | f89f8d4b7e3876c37b918c7456ec7867173529e5 (patch) | |
tree | 564e633fd00b697ebb81be9ae44f7173693fc2c8 /x11-apps/xfd | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-f89f8d4b7e3876c37b918c7456ec7867173529e5.tar.gz gentoo-2-f89f8d4b7e3876c37b918c7456ec7867173529e5.tar.bz2 gentoo-2-f89f8d4b7e3876c37b918c7456ec7867173529e5.zip |
x11-apps/xfd: remove xprint support (see bug #254874)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r-- | x11-apps/xfd/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xfd/xfd-1.0.1-r1.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog index 0b86e0536b28..781f7e718a98 100644 --- a/x11-apps/xfd/ChangeLog +++ b/x11-apps/xfd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xfd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.16 2008/03/24 14:04:55 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.17 2009/01/13 23:06:08 remi Exp $ + +*xfd-1.0.1-r1 (13 Jan 2009) + + 13 Jan 2009; Rémi Cardona <remi@gentoo.org> +xfd-1.0.1-r1.ebuild: + remove xprint support (see bug #254874) 24 Mar 2008; Markus Meier <maekke@gentoo.org> xfd-1.0.1.ebuild: amd64 stable, bug #202087 diff --git a/x11-apps/xfd/xfd-1.0.1-r1.ebuild b/x11-apps/xfd/xfd-1.0.1-r1.ebuild new file mode 100644 index 000000000000..4e92a8df2d7a --- /dev/null +++ b/x11-apps/xfd/xfd-1.0.1-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-1.0.1-r1.ebuild,v 1.1 2009/01/13 23:06:08 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfd application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="=media-libs/freetype-2* + media-libs/fontconfig + x11-libs/libXft + x11-libs/libXaw" +DEPEND="${RDEPEND}" |