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/setxkbmap/Manifest | 2 ++ x11-apps/setxkbmap/metadata.xml | 5 +++++ x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild | 16 ++++++++++++++++ x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild | 16 ++++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 x11-apps/setxkbmap/Manifest create mode 100644 x11-apps/setxkbmap/metadata.xml create mode 100644 x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild create mode 100644 x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild (limited to 'x11-apps/setxkbmap') diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest new file mode 100644 index 000000000000..f7d0d04adb8a --- /dev/null +++ b/x11-apps/setxkbmap/Manifest @@ -0,0 +1,2 @@ +DIST setxkbmap-1.3.0.tar.bz2 125844 SHA256 3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6 SHA512 d4843485f44a9204d1aa8bf16b3ad661747be119b0b5f38ced74dc35773519765af07fd290ab0265766de6206138e085a775bfc6edae6a232f2da9c260c0b581 WHIRLPOOL cbe29496b115c0963cd44634640659921136f3a6372f1c7bc7cffebf67ee7be86471afaa4d80475eb9e12921a6ebfd3250b509cba4e5c0a1dd560105d06e5e20 +DIST setxkbmap-1.3.1.tar.bz2 133817 SHA256 a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1 SHA512 5ddc2fc40ddc5a35815606998d3f111e3c2b8d915bf609462c703f9f691a0b3a6477ee98837c0a28f11dd3f0a30f17a3bcdfa38d4ca45140e521c74d043ecdee WHIRLPOOL 994958e2b0ce773a274897056a13a5461856e68c101b93c8e4650d598ea8f401e4e57e2f18ef3ada0194a4d7fa94020915b6aec84bdf958359b3fff55b966f2d diff --git a/x11-apps/setxkbmap/metadata.xml b/x11-apps/setxkbmap/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/setxkbmap/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild new file mode 100644 index 000000000000..ecbe2128369e --- /dev/null +++ b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="Controls the keyboard layout of a running X server" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" +DEPEND="x11-libs/libxkbfile + x11-libs/libX11" +RDEPEND="${RDEPEND} + x11-misc/xkeyboard-config" diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild new file mode 100644 index 000000000000..c5dc988cbef3 --- /dev/null +++ b/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Controls the keyboard layout of a running X server" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" +DEPEND="x11-libs/libxkbfile + x11-libs/libX11" +RDEPEND="${RDEPEND} + x11-misc/xkeyboard-config" -- cgit v1.2.3-65-gdbad