diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-20 23:42:28 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-20 23:42:28 +0000 |
commit | 512516ff5417f97d9d9bf687d425ac165f2a3b2a (patch) | |
tree | 7b7d1710fd26ba4a0b6d252d7ae533dd2136ea87 /x11-apps/xfontsel | |
parent | Version bump. (diff) | |
download | gentoo-2-512516ff5417f97d9d9bf687d425ac165f2a3b2a.tar.gz gentoo-2-512516ff5417f97d9d9bf687d425ac165f2a3b2a.tar.bz2 gentoo-2-512516ff5417f97d9d9bf687d425ac165f2a3b2a.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.5.ebuild (renamed from x11-apps/xfontsel/xfontsel-1.0.3.ebuild) | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog index 40ae8ab9a7fd..d552e7df6c2f 100644 --- a/x11-apps/xfontsel/ChangeLog +++ b/x11-apps/xfontsel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfontsel -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.51 2012/08/26 16:45:08 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.52 2013/05/20 23:42:28 chithanh Exp $ + +*xfontsel-1.0.5 (20 May 2013) + + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xfontsel-1.0.5.ebuild, -xfontsel-1.0.3.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xfontsel-1.0.4.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -187,4 +193,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xfontsel-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xfontsel/xfontsel-1.0.3.ebuild b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild index 7f700bd2180e..f7a613c133b0 100644 --- a/x11-apps/xfontsel/xfontsel-1.0.3.ebuild +++ b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.10 2011/08/24 13:49:34 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.5.ebuild,v 1.1 2013/05/20 23:42:28 chithanh Exp $ -EAPI=3 +EAPI=5 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 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libXaw |