diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-07 21:15:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-07 21:15:48 +0000 |
commit | 0db5946c06ae333d80a6a004eeae89986530101c (patch) | |
tree | 7b7dd68eef9f4f71415da56ab84c50d51b98d99f /x11-apps | |
parent | Stable for HPPA (bug #354541). (diff) | |
download | gentoo-2-0db5946c06ae333d80a6a004eeae89986530101c.tar.gz gentoo-2-0db5946c06ae333d80a6a004eeae89986530101c.tar.bz2 gentoo-2-0db5946c06ae333d80a6a004eeae89986530101c.zip |
old
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbprint/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.2.ebuild | 14 |
2 files changed, 4 insertions, 15 deletions
diff --git a/x11-apps/xkbprint/ChangeLog b/x11-apps/xkbprint/ChangeLog index 926e386b8461..fa29fe88b3ae 100644 --- a/x11-apps/xkbprint/ChangeLog +++ b/x11-apps/xkbprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbprint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.34 2011/03/05 18:03:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.35 2011/03/07 21:15:47 scarabeus Exp $ + + 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xkbprint-1.0.2.ebuild: + old 05 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> xkbprint-1.0.3.ebuild: ppc64 stable wrt #354237 diff --git a/x11-apps/xkbprint/xkbprint-1.0.2.ebuild b/x11-apps/xkbprint/xkbprint-1.0.2.ebuild deleted file mode 100644 index e379ae38d378..000000000000 --- a/x11-apps/xkbprint/xkbprint-1.0.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/xkbprint-1.0.2.ebuild,v 1.9 2010/01/19 18:49:53 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="print an XKB keyboard description" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh ~sparc x86" -IUSE="" -RDEPEND="x11-libs/libxkbfile" -DEPEND="${RDEPEND}" |