From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-apps/xkbevd/Manifest | 2 ++ x11-apps/xkbevd/metadata.xml | 5 +++++ x11-apps/xkbevd/xkbevd-1.1.3.ebuild | 17 +++++++++++++++++ x11-apps/xkbevd/xkbevd-1.1.4.ebuild | 17 +++++++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 x11-apps/xkbevd/Manifest create mode 100644 x11-apps/xkbevd/metadata.xml create mode 100644 x11-apps/xkbevd/xkbevd-1.1.3.ebuild create mode 100644 x11-apps/xkbevd/xkbevd-1.1.4.ebuild (limited to 'x11-apps/xkbevd') diff --git a/x11-apps/xkbevd/Manifest b/x11-apps/xkbevd/Manifest new file mode 100644 index 000000000000..3b8f6f7099fb --- /dev/null +++ b/x11-apps/xkbevd/Manifest @@ -0,0 +1,2 @@ +DIST xkbevd-1.1.3.tar.bz2 147027 SHA256 55b2484f9851112c2685d503b64b319f0f98fce74863ef735ecd52b52ceb0116 +DIST xkbevd-1.1.4.tar.bz2 151991 SHA256 2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a SHA512 7628eddd0e1dc0c4df8e61eb3f6a6bf0e9d92a87e96bb2f5248ba5bd3d99d868885c36860b78e8ea2eaba3bb9a420067ef95c4d58c1254fa3d12fb25dd4e60e7 WHIRLPOOL 850e89027569e94272f6c3f5f870c962b972f11f15a3edfcd018dca9dd95cea51c0b71f04ee94ff77bcee4c14b1d951d409dd0cdb4634a1d8843d603762f9f73 diff --git a/x11-apps/xkbevd/metadata.xml b/x11-apps/xkbevd/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/xkbevd/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-apps/xkbevd/xkbevd-1.1.3.ebuild b/x11-apps/xkbevd/xkbevd-1.1.3.ebuild new file mode 100644 index 000000000000..f8f60d50940b --- /dev/null +++ b/x11-apps/xkbevd/xkbevd-1.1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="XKB event daemon" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + sys-devel/bison" diff --git a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild new file mode 100644 index 000000000000..fc4255d85854 --- /dev/null +++ b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="XKB event daemon" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + sys-devel/bison" -- cgit v1.2.3-65-gdbad