summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-08-07 11:39:01 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-08-07 11:39:01 +0000
commit747e75c301fca1560858cce7fc964015103f39e9 (patch)
tree10751e4df4bd454d00667705181a542cf75b7f65 /x11-misc/kdocker
parentVersion bump. (diff)
downloadgentoo-2-747e75c301fca1560858cce7fc964015103f39e9.tar.gz
gentoo-2-747e75c301fca1560858cce7fc964015103f39e9.tar.bz2
gentoo-2-747e75c301fca1560858cce7fc964015103f39e9.zip
Move kde-misc/kdocker to x11-misc/kdocker.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/kdocker')
-rw-r--r--x11-misc/kdocker/ChangeLog72
-rw-r--r--x11-misc/kdocker/kdocker-4.7.ebuild35
-rw-r--r--x11-misc/kdocker/kdocker-4.8.ebuild35
-rw-r--r--x11-misc/kdocker/metadata.xml9
4 files changed, 151 insertions, 0 deletions
diff --git a/x11-misc/kdocker/ChangeLog b/x11-misc/kdocker/ChangeLog
new file mode 100644
index 000000000000..ce2818838408
--- /dev/null
+++ b/x11-misc/kdocker/ChangeLog
@@ -0,0 +1,72 @@
+# ChangeLog for kde-misc/kdocker
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.1 2012/08/07 11:39:01 kensington Exp $
+
+*kdocker-4.8 (07 Aug 2012)
+
+ 07 Aug 2012; Michael Palimaka <kensington@gentoo.org> +kdocker-4.8.ebuild,
+ -kdocker-4.6-r2.ebuild, metadata.xml:
+ Version bump, remove old. Add upstream metadata.
+
+ 15 Jul 2012; Michael Palimaka <kensington@gentoo.org> kdocker-4.6-r2.ebuild,
+ kdocker-4.7.ebuild:
+ Add missing slot dependencies on Qt.
+
+*kdocker-4.7 (04 Jul 2012)
+
+ 04 Jul 2012; Johannes Huber <johu@gentoo.org> +kdocker-4.7.ebuild,
+ -kdocker-4.6-r1.ebuild:
+ Version bump, remove old.
+
+*kdocker-4.6-r2 (04 Jun 2012)
+
+ 04 Jun 2012; Michael Palimaka <kensington@gentoo.org>
+ +files/kdocker-4.6-gcc-4.7.patch, +kdocker-4.6-r2.ebuild:
+ Bump to EAPI=4, add missing dependencies, and respect LINGUAS. Fix build with
+ GCC-4.7 thanks to Nikos Chantziaras <realnc@gmail.com> in bug #419565.
+
+ 27 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kdocker-4.5.ebuild,
+ -kdocker-4.6.ebuild, kdocker-4.6-r1.ebuild:
+ Remove old; add missing qt dependencies, bug 380611.
+
+*kdocker-4.6-r1 (19 Jun 2011)
+
+ 19 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kdocker-4.6-r1.ebuild, +files/kdocker-4.6-icon.patch:
+ Fix icon file location, bug 357097.
+
+*kdocker-4.6 (13 Jun 2011)
+
+ 13 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kdocker-4.6.ebuild:
+ Version bump, bug 369407
+
+ 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kdocker-4.2.2.1.ebuild:
+ old
+
+*kdocker-4.5 (06 Jan 2011)
+
+ 06 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kdocker-4.5.ebuild:
+ Version bump (bug 348362)
+
+*kdocker-4.2.2.1 (13 Oct 2009)
+
+ 13 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +kdocker-4.2.2.1.ebuild:
+ Version bump wrt #288214, thanks to Daniel Lin for initial ebuild.
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> kdocker-1.3.ebuild:
+ QA: Get rid of deprecated qt_min_version().
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> kdocker-1.3.ebuild:
+ Fixing some minor syntax errors.
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
+ Removing Przemyslaw Maciag (troll, #104750) from metadata.xml.
+
+*kdocker-1.3 (12 Nov 2006)
+
+ 12 Nov 2006; Przemysław Maciąg <troll@gentoo.org>
+ +files/kdocker-desktop_file.patch, +files/kdocker-installdir.patch,
+ +kdocker-1.3.ebuild:
+ Initial release
diff --git a/x11-misc/kdocker/kdocker-4.7.ebuild b/x11-misc/kdocker/kdocker-4.7.ebuild
new file mode 100644
index 000000000000..e1cb3b4777b2
--- /dev/null
+++ b/x11-misc/kdocker/kdocker-4.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.7.ebuild,v 1.1 2012/08/07 11:39:01 kensington Exp $
+
+EAPI=4
+LANGS="it"
+inherit qt4-r2
+
+DESCRIPTION="Helper to dock any application into the system tray"
+HOMEPAGE="https://launchpad.net/kdocker/"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+"
+RDEPEND="${DEPEND}"
+
+DOCS="AUTHORS BUGS ChangeLog CREDITS README TODO"
+
+src_prepare() {
+ qt4-r2_src_prepare
+
+ if ! use linguas_it ; then
+ sed -e '/^INSTALLS +=/s/translations//' -i kdocker.pro || die "sed failed"
+ fi
+}
diff --git a/x11-misc/kdocker/kdocker-4.8.ebuild b/x11-misc/kdocker/kdocker-4.8.ebuild
new file mode 100644
index 000000000000..d6d5b7e8426c
--- /dev/null
+++ b/x11-misc/kdocker/kdocker-4.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8.ebuild,v 1.1 2012/08/07 11:39:01 kensington Exp $
+
+EAPI=4
+LANGS="it"
+inherit qt4-r2
+
+DESCRIPTION="Helper to dock any application into the system tray"
+HOMEPAGE="https://launchpad.net/kdocker/"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS BUGS ChangeLog CREDITS README TODO )
+
+src_prepare() {
+ qt4-r2_src_prepare
+
+ if ! use linguas_it ; then
+ sed -e '/^INSTALLS +=/s/translations//' -i kdocker.pro || die "sed failed"
+ fi
+}
diff --git a/x11-misc/kdocker/metadata.xml b/x11-misc/kdocker/metadata.xml
new file mode 100644
index 000000000000..106f35298550
--- /dev/null
+++ b/x11-misc/kdocker/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>kde</herd>
+ <upstream>
+ <remote-id type="launchpad">kdocker</remote-id>
+ <bugs-to>http://bugs.launchpad.net/kdocker</bugs-to>
+ </upstream>
+</pkgmetadata>