diff options
author | 2013-05-20 23:44:16 +0000 | |
---|---|---|
committer | 2013-05-20 23:44:16 +0000 | |
commit | 568b3fcbe9a24e3f16509be584c41434575ef236 (patch) | |
tree | 9dbf7813883bda1399e8b8030b6314e383b02c57 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-568b3fcbe9a24e3f16509be584c41434575ef236.tar.gz gentoo-2-568b3fcbe9a24e3f16509be584c41434575ef236.tar.bz2 gentoo-2-568b3fcbe9a24e3f16509be584c41434575ef236.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/bitmap/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/bitmap/bitmap-1.0.5.ebuild | 17 | ||||
-rw-r--r-- | x11-apps/bitmap/bitmap-1.0.7.ebuild | 17 |
3 files changed, 25 insertions, 20 deletions
diff --git a/x11-apps/bitmap/ChangeLog b/x11-apps/bitmap/ChangeLog index f33755f911c5..9ba476f12e8d 100644 --- a/x11-apps/bitmap/ChangeLog +++ b/x11-apps/bitmap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/bitmap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/bitmap/ChangeLog,v 1.57 2012/08/26 16:15:02 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/bitmap/ChangeLog,v 1.58 2013/05/20 23:44:16 chithanh Exp $ + +*bitmap-1.0.7 (20 May 2013) + + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +bitmap-1.0.7.ebuild, -bitmap-1.0.5.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> bitmap-1.0.6.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -206,4 +212,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +bitmap-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/bitmap/bitmap-1.0.5.ebuild b/x11-apps/bitmap/bitmap-1.0.5.ebuild deleted file mode 100644 index 6456fa87a177..000000000000 --- a/x11-apps/bitmap/bitmap-1.0.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/bitmap/bitmap-1.0.5.ebuild,v 1.9 2011/02/14 23:41:02 xarthisius Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="X.Org bitmap application" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXaw - x11-libs/libXt - x11-misc/xbitmaps" -DEPEND="${RDEPEND}" diff --git a/x11-apps/bitmap/bitmap-1.0.7.ebuild b/x11-apps/bitmap/bitmap-1.0.7.ebuild new file mode 100644 index 000000000000..372056d5a330 --- /dev/null +++ b/x11-apps/bitmap/bitmap-1.0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/bitmap/bitmap-1.0.7.ebuild,v 1.1 2013/05/20 23:44:16 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org bitmap application" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXaw + x11-libs/libXt + x11-misc/xbitmaps" +DEPEND="${RDEPEND}" |