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 --- kde-misc/kimtoy/Manifest | 1 + kde-misc/kimtoy/kimtoy-1.8.ebuild | 34 ++++++++++++++++++++++++++++++++++ kde-misc/kimtoy/metadata.xml | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 kde-misc/kimtoy/Manifest create mode 100644 kde-misc/kimtoy/kimtoy-1.8.ebuild create mode 100644 kde-misc/kimtoy/metadata.xml (limited to 'kde-misc/kimtoy') diff --git a/kde-misc/kimtoy/Manifest b/kde-misc/kimtoy/Manifest new file mode 100644 index 000000000000..859a4306c475 --- /dev/null +++ b/kde-misc/kimtoy/Manifest @@ -0,0 +1 @@ +DIST 140967-kimtoy-1.8.tar.bz2 283652 SHA256 221601efef75f284b8025d2e3c96cb5bdd158a328c073025d7bd2faf08819f3b SHA512 7b40fa0784443d2d49b7936640d6e984e6aa5466d5bcab50e208b1a8e456d7c8b876079e090ed4360ea6a99e331987766dc2b562fd9ab627eb6cb291450a5ffd WHIRLPOOL f029fd1cb88ce4f103f57b77c0ac8e58fb35a8758b1954097bcbdd63e7a515259e4ba441238c112aab7755a3c573860900fbd70fcd70b0eb1aebff3e77ec2725 diff --git a/kde-misc/kimtoy/kimtoy-1.8.ebuild b/kde-misc/kimtoy/kimtoy-1.8.ebuild new file mode 100644 index 000000000000..b8146ad9d1f6 --- /dev/null +++ b/kde-misc/kimtoy/kimtoy-1.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="cs da de es et ga ja it nds nl pl pt pt_BR sk sv uk zh_CN" +inherit kde4-base + +DESCRIPTION="An input method frontend for KDE" +HOMEPAGE="http://kde-apps.org/content/show.php/KIMToy?content=140967" +SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2" + +SLOT="4" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +DEPEND=" + >=app-i18n/fcitx-4.0 + >=app-i18n/scim-1.4.9 + dev-libs/dbus-c++ +" +RDEPEND="${DEPEND} + $(add_kdebase_dep plasma-workspace) +" + +src_configure() { + local mycmakeargs=( + -DWITH_IBus=OFF + ) + + kde4-base_src_configure +} diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml new file mode 100644 index 000000000000..3a49e21da772 --- /dev/null +++ b/kde-misc/kimtoy/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + -- cgit v1.2.3