diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-12-10 19:11:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-12-10 19:11:55 +0000 |
commit | 1f69f3515719bb19536c1f972042ebb0d58321ad (patch) | |
tree | d533d05bb7c5c11779a0517a111bc29be5006852 /x11-misc/xbitmaps | |
parent | Marking openssl-1.0.0c ppc64 for bug 347623 (diff) | |
download | gentoo-2-1f69f3515719bb19536c1f972042ebb0d58321ad.tar.gz gentoo-2-1f69f3515719bb19536c1f972042ebb0d58321ad.tar.bz2 gentoo-2-1f69f3515719bb19536c1f972042ebb0d58321ad.zip |
Version bump
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xbitmaps')
-rw-r--r-- | x11-misc/xbitmaps/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xbitmaps/xbitmaps-1.1.1.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-misc/xbitmaps/ChangeLog b/x11-misc/xbitmaps/ChangeLog index f2e9bc6d680e..969c08c76a24 100644 --- a/x11-misc/xbitmaps/ChangeLog +++ b/x11-misc/xbitmaps/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xbitmaps # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/ChangeLog,v 1.35 2010/10/17 03:33:09 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/ChangeLog,v 1.36 2010/12/10 19:11:55 scarabeus Exp $ + +*xbitmaps-1.1.1 (10 Dec 2010) + + 10 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xbitmaps-1.1.1.ebuild: + Version bump 17 Oct 2010; Mart Raudsepp <leio@gentoo.org> -xbitmaps-1.0.1.ebuild: Remove old diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1.ebuild new file mode 100644 index 000000000000..ad64984aa5cd --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/xbitmaps-1.1.1.ebuild,v 1.1 2010/12/10 19:11:55 scarabeus Exp $ + +EAPI=3 + +MODULE=data +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org bitmaps data" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |