diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 05:09:33 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 05:09:33 +0000 |
commit | 7c8024df33c4ae9b4cbd2f317efe34a82fe2b1aa (patch) | |
tree | 45385f19007d7769de0252c0383d93e69b305584 /x11-misc/xkbdata | |
parent | Initial commit for modular X. (diff) | |
download | historical-7c8024df33c4ae9b4cbd2f317efe34a82fe2b1aa.tar.gz historical-7c8024df33c4ae9b4cbd2f317efe34a82fe2b1aa.tar.bz2 historical-7c8024df33c4ae9b4cbd2f317efe34a82fe2b1aa.zip |
Initial commit for modular X.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc/xkbdata')
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xkbdata/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xkbdata/files/digest-xkbdata-0.99.0 | 1 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-0.99.0.ebuild | 13 |
4 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog new file mode 100644 index 000000000000..0764de4ef52c --- /dev/null +++ b/x11-misc/xkbdata/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/xkbdata +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.1 2005/08/08 05:09:33 spyderous Exp $ + +*xkbdata-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xkbdata-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-misc/xkbdata/Manifest b/x11-misc/xkbdata/Manifest new file mode 100644 index 000000000000..9d050d9e8d40 --- /dev/null +++ b/x11-misc/xkbdata/Manifest @@ -0,0 +1,2 @@ +MD5 1b70eafcdf6917e3b902e6c2974fa542 xkbdata-0.99.0.ebuild 300 +MD5 f0ef739d70033be02f2be2bf9509d032 files/digest-xkbdata-0.99.0 67 diff --git a/x11-misc/xkbdata/files/digest-xkbdata-0.99.0 b/x11-misc/xkbdata/files/digest-xkbdata-0.99.0 new file mode 100644 index 000000000000..0c36944529e4 --- /dev/null +++ b/x11-misc/xkbdata/files/digest-xkbdata-0.99.0 @@ -0,0 +1 @@ +MD5 3a7fc27cc0302d6bc84d76a65c79dcfe xkbdata-0.99.0.tar.bz2 263789 diff --git a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild new file mode 100644 index 000000000000..bdd5249f1b26 --- /dev/null +++ b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.1 2005/08/08 05:09:33 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xkbdata data" +KEYWORDS="~x86" +RDEPEND="x11-apps/xkbcomp" +DEPEND="${RDEPEND}" |