* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2017-09-26 13:31 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2017-09-26 13:31 UTC (permalink / raw
To: gentoo-commits
commit: c39ab3a461d497fe74d4aa904ff3168495eda388
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 13:30:55 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 13:31:05 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c39ab3a4
kde-misc/kimtoy: sync with main tree
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-misc/kimtoy/kimtoy-9999.ebuild | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
index 1940826723..88d20d5ebd 100644
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
inherit kde5
DESCRIPTION="An input method frontend for Plasma"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=140967"
+HOMEPAGE="https://www.linux-apps.com/content/show.php?content=140967"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2"
+ SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466629206/140967-${P}.tar.bz2"
fi
KEYWORDS=""
@@ -32,14 +32,14 @@ COMMON_DEPEND="
$(add_frameworks_dep plasma)
app-i18n/ibus
dev-libs/glib:2
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
media-libs/libpng:0=[apng]
x11-libs/libX11
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:= )
scim? (
>=app-i18n/scim-1.4.9
dev-libs/dbus-c++
@@ -47,7 +47,6 @@ COMMON_DEPEND="
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
"
DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
x11-misc/shared-mime-info
"
RDEPEND="${COMMON_DEPEND}
@@ -55,6 +54,13 @@ RDEPEND="${COMMON_DEPEND}
>=app-i18n/fcitx-4.0
"
+src_prepare() {
+ kde5_src_prepare
+
+ # bug 581736
+ cmake_comment_add_subdirectory po
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package scim SCIM)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2021-02-25 10:59 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-02-25 10:59 UTC (permalink / raw
To: gentoo-commits
commit: f82c7539b82a57e99e423b3b9add254cbe8d0e07
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 10:54:40 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 10:58:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f82c7539
kde-misc/kimtoy: Drop unmaintained package
No upstream commits in years. Snapshot still available in Gentoo ebuild repo.
See also: https://invent.kde.org/unmaintained/kimtoy
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kimtoy/kimtoy-9999.ebuild | 70 --------------------------------------
kde-misc/kimtoy/metadata.xml | 11 ------
2 files changed, 81 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
deleted file mode 100644
index 1c3f78e283..0000000000
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit ecm kde.org
-
-DESCRIPTION="Input method frontend for Plasma"
-HOMEPAGE="https://www.linux-apps.com/content/show.php?content=140967"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466629206/140967-${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="libressl scim semantic-desktop"
-
-DEPEND="
- app-i18n/ibus
- dev-libs/glib:2
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- kde-frameworks/karchive:5
- kde-frameworks/kconfig:5
- kde-frameworks/kconfigwidgets:5
- kde-frameworks/kcoreaddons:5
- kde-frameworks/kdbusaddons:5
- kde-frameworks/ki18n:5
- kde-frameworks/kiconthemes:5
- kde-frameworks/kio:5
- kde-frameworks/knewstuff:5
- kde-frameworks/knotifications:5
- kde-frameworks/kwidgetsaddons:5
- kde-frameworks/kwindowsystem:5
- kde-frameworks/kxmlgui:5
- kde-frameworks/plasma:5
- media-libs/libpng:0=[apng]
- x11-libs/libX11
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
- scim? (
- >=app-i18n/scim-1.4.9
- dev-libs/dbus-c++
- )
- semantic-desktop? ( kde-frameworks/kfilemetadata:5 )
-"
-RDEPEND="${DEPEND}
- >=app-i18n/fcitx-4.0
-"
-
-src_prepare() {
- ecm_src_prepare
-
- # bug 581736
- cmake_comment_add_subdirectory po
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package scim SCIM)
- $(cmake_use_find_package scim DBusCXX)
- $(cmake_use_find_package semantic-desktop KF5FileMetaData)
- )
-
- ecm_src_configure
-}
diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
deleted file mode 100644
index a07ba2fbcd..0000000000
--- a/kde-misc/kimtoy/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <use>
- <flag name="scim">Enable Smart Common Input Method support</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2016-08-31 12:25 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-08-31 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 76a6efac93ae4505040fce671e6e5593fae7a3cf
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 12:24:38 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 12:25:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=76a6efac
kde-misc/kimtoy: add openssl subslot dep
Package-Manager: portage-2.3.0
kde-misc/kimtoy/kimtoy-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
index 5fccdb5..aaa9d46 100644
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
$(add_frameworks_dep plasma)
app-i18n/ibus
dev-libs/glib:2
- !libressl? ( dev-libs/openssl:0 )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2016-02-09 10:48 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-02-09 10:48 UTC (permalink / raw
To: gentoo-commits
commit: f44cc633653a26015ab9cd74d5a2045ec1c43f24
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 10:28:30 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:28:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f44cc633
kde-misc/kimtoy: add missing dependency
Package-Manager: portage-2.2.27
kde-misc/kimtoy/kimtoy-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
index 29a62e3..aaa9d46 100644
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -29,6 +29,7 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
$(add_frameworks_dep plasma)
app-i18n/ibus
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2016-02-09 10:48 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-02-09 10:48 UTC (permalink / raw
To: gentoo-commits
commit: a98268e1cd75f25a0951bbf94c388115ff282471
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 10:47:57 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:47:57 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a98268e1
kde-misc/kimtoy: subslots are undefined in dev-libs/openssl
Package-Manager: portage-2.2.27
kde-misc/kimtoy/kimtoy-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
index aaa9d46..5fccdb5 100644
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
$(add_frameworks_dep plasma)
app-i18n/ibus
dev-libs/glib:2
- !libressl? ( dev-libs/openssl:0= )
+ !libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl:= )
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2016-02-09 10:48 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-02-09 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 30d8696ab14b9858598905c102a7ed3e83731b2a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 10:27:29 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:27:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=30d8696a
kde-misc/kimtoy: port to EAPI 6
Package-Manager: portage-2.2.27
kde-misc/kimtoy/kimtoy-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
index a3e70b0..29a62e3 100644
--- a/kde-misc/kimtoy/kimtoy-9999.ebuild
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit kde5
@@ -57,7 +57,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package scim)
+ $(cmake-utils_use_find_package scim SCIM)
$(cmake-utils_use_find_package scim DBusCXX)
$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2015-11-26 16:06 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2015-11-26 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 3ad91633503efca9aaab834a201037f6f85e9d07
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Nov 22 22:25:27 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 16:05:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ad91633
kde-misc/kimtoy: Add kf5 version
Package-Manager: portage-2.2.20.1
kde-misc/kimtoy/kimtoy-9999.ebuild | 66 ++++++++++++++++++++++++++++++++++++++
kde-misc/kimtoy/metadata.xml | 8 +++++
2 files changed, 74 insertions(+)
diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild
new file mode 100644
index 0000000..b966892
--- /dev/null
+++ b/kde-misc/kimtoy/kimtoy-9999.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="An input method frontend for Plasma"
+HOMEPAGE="http://kde-apps.org/content/show.php?content=140967"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ SRC_URI="http://kde-apps.org/CONTENT/content-files/140967-${P}.tar.bz2"
+fi
+
+KEYWORDS=""
+LICENSE="GPL-2+"
+IUSE="libressl scim semantic-desktop"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep plasma)
+ app-i18n/ibus
+ dev-libs/glib:2
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:= )
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ media-libs/libpng:0=[apng]
+ x11-libs/libX11
+ scim? (
+ >=app-i18n/scim-1.4.9
+ dev-libs/dbus-c++
+ )
+ semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+"
+DEPEND="${COMMON_DEPEND}
+ sys-devel/gettext
+ x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-misc/kimtoy:4
+ >=app-i18n/fcitx-4.0
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package scim)
+ $(cmake-utils_use_find_package scim DBusCXX)
+ $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
new file mode 100644
index 0000000..67fd161
--- /dev/null
+++ b/kde-misc/kimtoy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="scim">Enable Smart Common Input Method support</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2013-06-19 22:53 Chris Reffett
0 siblings, 0 replies; 13+ messages in thread
From: Chris Reffett @ 2013-06-19 22:53 UTC (permalink / raw
To: gentoo-commits
commit: a5c845962d2109b2bca505ad2b248e4606738fce
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 01:10:55 2013 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Wed Jun 19 22:53:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a5c84596
[kde-misc/kimtoy] Move to tree
---
kde-misc/kimtoy/kimtoy-1.8.ebuild | 26 --------------------------
kde-misc/kimtoy/metadata.xml | 9 ---------
2 files changed, 35 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-1.8.ebuild b/kde-misc/kimtoy/kimtoy-1.8.ebuild
deleted file mode 100644
index 5d3219b..0000000
--- a/kde-misc/kimtoy/kimtoy-1.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-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="KIMToy is 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/ibus-1.3.0
- >=app-i18n/scim-1.4.9
- dev-libs/dbus-c++
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
-"
diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
deleted file mode 100644
index d842da7..0000000
--- a/kde-misc/kimtoy/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <maintainer>
- <email>dastergon@gmail.com</email>
- <name>Pavlos Ratis</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2012-05-25 6:14 Johannes Huber
0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2012-05-25 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c386b3832fbce83452a8a1d0146394fbe0eb42b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 06:12:14 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 25 06:12:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c386b38
[kde-misc/kimtoy] Remove old.
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
kde-misc/kimtoy/kimtoy-1.7.1.ebuild | 21 ---------------------
1 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-1.7.1.ebuild b/kde-misc/kimtoy/kimtoy-1.7.1.ebuild
deleted file mode 100644
index 7a96bb2..0000000
--- a/kde-misc/kimtoy/kimtoy-1.7.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="KIMToy is 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=""
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
-"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2012-05-25 6:14 Johannes Huber
0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2012-05-25 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 2725e704a2a7f9dbeff9ca9eb387e5b211d84aac
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 06:14:32 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 25 06:14:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2725e704
[kde-misc/kimtoy] Sort deps.
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
kde-misc/kimtoy/kimtoy-1.8.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-1.8.ebuild b/kde-misc/kimtoy/kimtoy-1.8.ebuild
index 8225977..da184e1 100644
--- a/kde-misc/kimtoy/kimtoy-1.8.ebuild
+++ b/kde-misc/kimtoy/kimtoy-1.8.ebuild
@@ -17,9 +17,9 @@ LICENSE="GPL-2"
IUSE=""
DEPEND=">=app-i18n/fcitx-4.0
+ >=app-i18n/ibus-1.3.0
>=app-i18n/scim-1.4.9
dev-libs/dbus-c++
- >=app-i18n/ibus-1.3.0
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2012-05-24 20:50 Paulos Ratis
0 siblings, 0 replies; 13+ messages in thread
From: Paulos Ratis @ 2012-05-24 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 9dd6f25f8c8355ecf19c4a4e903e0e065f2c888e
Author: Pavlos Ratis <dastergon <AT> gmail <DOT> com>
AuthorDate: Thu May 24 20:47:14 2012 +0000
Commit: Paulos Ratis <dastergon <AT> gmail <DOT> com>
CommitDate: Thu May 24 20:47:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9dd6f25f
[kde-misc/kimtoy] version bump to 1.8, bug 416355
---
kde-misc/kimtoy/kimtoy-1.8.ebuild | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-1.8.ebuild b/kde-misc/kimtoy/kimtoy-1.8.ebuild
new file mode 100644
index 0000000..8225977
--- /dev/null
+++ b/kde-misc/kimtoy/kimtoy-1.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+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="KIMToy is 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++
+ >=app-i18n/ibus-1.3.0
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2012-05-24 16:34 Paulos Ratis
0 siblings, 0 replies; 13+ messages in thread
From: Paulos Ratis @ 2012-05-24 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 2935c8bf0683a2799904a6af4aee8893aec9208e
Author: Pavlos Ratis <dastergon <AT> gmail <DOT> com>
AuthorDate: Thu May 24 16:29:23 2012 +0000
Commit: Paulos Ratis <dastergon <AT> gmail <DOT> com>
CommitDate: Thu May 24 16:33:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2935c8bf
fix metadata tag
---
kde-misc/kimtoy/metadata.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
index c94c6b7..d842da7 100644
--- a/kde-misc/kimtoy/metadata.xml
+++ b/kde-misc/kimtoy/metadata.xml
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>tools-portage</herd>
+ <herd>kde</herd>
<maintainer>
<email>dastergon@gmail.com</email>
<name>Pavlos Ratis</name>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/
@ 2012-05-18 14:12 Paulos Ratis
0 siblings, 0 replies; 13+ messages in thread
From: Paulos Ratis @ 2012-05-18 14:12 UTC (permalink / raw
To: gentoo-commits
commit: b8dcaeae3bfff4c7f65a60f40f5aa1fc0eaa65a4
Author: Pavlos Ratis <dastergon <AT> gmail <DOT> com>
AuthorDate: Fri May 18 13:44:06 2012 +0000
Commit: Paulos Ratis <dastergon <AT> gmail <DOT> com>
CommitDate: Fri May 18 14:06:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b8dcaeae
[kde-misc/kimtoy] new ebuild.
---
kde-misc/kimtoy/kimtoy-1.7.1.ebuild | 21 +++++++++++++++++++++
kde-misc/kimtoy/metadata.xml | 9 +++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/kde-misc/kimtoy/kimtoy-1.7.1.ebuild b/kde-misc/kimtoy/kimtoy-1.7.1.ebuild
new file mode 100644
index 0000000..7a96bb2
--- /dev/null
+++ b/kde-misc/kimtoy/kimtoy-1.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="KIMToy is 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=""
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
new file mode 100644
index 0000000..c94c6b7
--- /dev/null
+++ b/kde-misc/kimtoy/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>tools-portage</herd>
+ <maintainer>
+ <email>dastergon@gmail.com</email>
+ <name>Pavlos Ratis</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-02-25 10:59 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 13:31 [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2021-02-25 10:59 Andreas Sturmlechner
2016-08-31 12:25 Michael Palimaka
2016-02-09 10:48 Michael Palimaka
2016-02-09 10:48 Michael Palimaka
2016-02-09 10:48 Michael Palimaka
2015-11-26 16:06 Michael Palimaka
2013-06-19 22:53 Chris Reffett
2012-05-25 6:14 Johannes Huber
2012-05-25 6:14 Johannes Huber
2012-05-24 20:50 Paulos Ratis
2012-05-24 16:34 Paulos Ratis
2012-05-18 14:12 Paulos Ratis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox