diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:39:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:39:26 +0000 |
commit | bbc263d40e3cf404ebb42b5583e930dc03ab26ed (patch) | |
tree | 74ce52a42d2ec083bbfd3eec27de45896601514b /x11-apps/xfontsel | |
parent | Version bump. (diff) | |
download | gentoo-2-bbc263d40e3cf404ebb42b5583e930dc03ab26ed.tar.gz gentoo-2-bbc263d40e3cf404ebb42b5583e930dc03ab26ed.tar.bz2 gentoo-2-bbc263d40e3cf404ebb42b5583e930dc03ab26ed.zip |
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.3.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog index dc61e4fb39f0..eb13802c133e 100644 --- a/x11-apps/xfontsel/ChangeLog +++ b/x11-apps/xfontsel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfontsel -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.34 2009/04/22 00:43:47 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.35 2010/09/27 09:39:26 scarabeus Exp $ + +*xfontsel-1.0.3 (27 Sep 2010) + + 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xfontsel-1.0.3.ebuild: + Version bump. 22 Apr 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking xfontsel-1.0.2-r1 ppc64 stable for bug 264982 diff --git a/x11-apps/xfontsel/xfontsel-1.0.3.ebuild b/x11-apps/xfontsel/xfontsel-1.0.3.ebuild new file mode 100644 index 000000000000..c6cac60daebc --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.3.ebuild,v 1.1 2010/09/27 09:39:26 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |