summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-20 05:44:54 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-20 05:44:54 +0000
commit2af7ae951d1944e2c157a14fbe0a4e40e29336c3 (patch)
tree9eb885b87b3971588c6140b1f595b00216735c7e /x11-libs/libxkbfile
parentBump for 7.0 RC1. (diff)
downloadgentoo-2-2af7ae951d1944e2c157a14fbe0a4e40e29336c3.tar.gz
gentoo-2-2af7ae951d1944e2c157a14fbe0a4e40e29336c3.tar.bz2
gentoo-2-2af7ae951d1944e2c157a14fbe0a4e40e29336c3.zip
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-libs/libxkbfile')
-rw-r--r--x11-libs/libxkbfile/ChangeLog8
-rw-r--r--x11-libs/libxkbfile/files/digest-libxkbfile-0.99.11
-rw-r--r--x11-libs/libxkbfile/libxkbfile-0.99.1.ebuild19
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libxkbfile/ChangeLog b/x11-libs/libxkbfile/ChangeLog
index e972d1c51c38..d0507da823ec 100644
--- a/x11-libs/libxkbfile/ChangeLog
+++ b/x11-libs/libxkbfile/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libxkbfile
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/ChangeLog,v 1.6 2005/09/09 08:10:48 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/ChangeLog,v 1.7 2005/10/20 05:44:23 spyderous Exp $
+
+*libxkbfile-0.99.1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +libxkbfile-0.99.1.ebuild:
+ Bump for 7.0 RC1.
09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml:
Add metadata.
diff --git a/x11-libs/libxkbfile/files/digest-libxkbfile-0.99.1 b/x11-libs/libxkbfile/files/digest-libxkbfile-0.99.1
new file mode 100644
index 000000000000..b9f8ee470a64
--- /dev/null
+++ b/x11-libs/libxkbfile/files/digest-libxkbfile-0.99.1
@@ -0,0 +1 @@
+MD5 eb063c487334b68bde8c908479c99e8b libxkbfile-0.99.1.tar.bz2 203782
diff --git a/x11-libs/libxkbfile/libxkbfile-0.99.1.ebuild b/x11-libs/libxkbfile/libxkbfile-0.99.1.ebuild
new file mode 100644
index 000000000000..a28a5a4d72c0
--- /dev/null
+++ b/x11-libs/libxkbfile/libxkbfile-0.99.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbfile/libxkbfile-0.99.1.ebuild,v 1.1 2005/10/20 05:44:23 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xkbfile library"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/kbproto"