From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950727-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5D33139694 for <garchives@archives.gentoo.org>; Thu, 18 May 2017 21:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 142C6E0D33; Thu, 18 May 2017 21:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D347FE0D33 for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 21:05:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BE963416AF for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 21:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BBE743E for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 21:04:59 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1495141493.21c81a21167e3df5f40de84d2edbd192d1db9901.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ckbcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ckbcomp/Manifest sys-apps/ckbcomp/ckbcomp-1.164.ebuild sys-apps/ckbcomp/metadata.xml X-VCS-Directories: sys-apps/ckbcomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21c81a21167e3df5f40de84d2edbd192d1db9901 X-VCS-Branch: master Date: Thu, 18 May 2017 21:04:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfc4cccb-2907-437d-83d6-621271d773a5 X-Archives-Hash: 17f1dc8fd5f148d4c6ec276ef70bbf7d commit: 21c81a21167e3df5f40de84d2edbd192d1db9901 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com> AuthorDate: Mon May 8 22:10:04 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 18 21:04:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c81a21 sys-apps/ckbcomp: new package Closes: https://github.com/gentoo/gentoo/pull/4573 sys-apps/ckbcomp/Manifest | 1 + sys-apps/ckbcomp/ckbcomp-1.164.ebuild | 33 +++++++++++++++++++++++++++++++++ sys-apps/ckbcomp/metadata.xml | 12 ++++++++++++ 3 files changed, 46 insertions(+) diff --git a/sys-apps/ckbcomp/Manifest b/sys-apps/ckbcomp/Manifest new file mode 100644 index 00000000000..58342c8a423 --- /dev/null +++ b/sys-apps/ckbcomp/Manifest @@ -0,0 +1 @@ +DIST ckbcomp-1.164.tar.gz 3044072 SHA256 6ce7987ee7953e3871adbc5c93e6836baa16f15914a6999ef7f444241361c742 SHA512 b2a71c7c34ff677f555bdb76bc329ae06740c4d0fa5516356dcd833fc9f97c0c560b26b4497fd7e3e0a60acb975a461a75ecc765c3f0fa1250f8b2e0f01c4e40 WHIRLPOOL 1ef71aadd27300891559dd0cdc8a02525742e9952ec5fb5410970e8870dd0aa6691d55b262c303d3d785bd776356d3cb03b379862f4b048dae2bccab350024ea diff --git a/sys-apps/ckbcomp/ckbcomp-1.164.ebuild b/sys-apps/ckbcomp/ckbcomp-1.164.ebuild new file mode 100644 index 00000000000..9f617e5cf51 --- /dev/null +++ b/sys-apps/ckbcomp/ckbcomp-1.164.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Compile an XKB keymap for loadkeys" +HOMEPAGE="https://anonscm.debian.org/cgit/d-i/console-setup.git" +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anonscm.debian.org/git/d-i/console-setup.git" +else + COMMIT_ID=e327df26fa9dbdf363b778ada91e83967f4bd500 + SRC_URI="https://anonscm.debian.org/cgit/d-i/console-setup.git/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${COMMIT_ID}" +fi + +LICENSE="GPL-2" +SLOT="0" + +DEPEND="" +RDEPEND=" + dev-lang/perl:* + sys-apps/kbd + x11-misc/xkeyboard-config" + +src_compile() { + : +} + +src_install() { + dobin Keyboard/ckbcomp +} diff --git a/sys-apps/ckbcomp/metadata.xml b/sys-apps/ckbcomp/metadata.xml new file mode 100644 index 00000000000..0840566600d --- /dev/null +++ b/sys-apps/ckbcomp/metadata.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lluixhi@gmail.com</email> + <name>Aric Belsito</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>