summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-06 17:09:11 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-06 17:09:11 +0000
commit7ad5f1739c417029ceec39d8e75abd2e13c182b5 (patch)
tree5b47c00e7eb8d06913547a0064fab5e15ed792a1 /kde-misc
parentia64/m68k/s390/sh/sparc stable wrt #342277 (diff)
downloadgentoo-2-7ad5f1739c417029ceec39d8e75abd2e13c182b5.tar.gz
gentoo-2-7ad5f1739c417029ceec39d8e75abd2e13c182b5.tar.bz2
gentoo-2-7ad5f1739c417029ceec39d8e75abd2e13c182b5.zip
Version bump (bug 348362)
(Portage version: 2.1.9.29/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kdocker/ChangeLog10
-rw-r--r--kde-misc/kdocker/kdocker-4.5.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/kde-misc/kdocker/ChangeLog b/kde-misc/kdocker/ChangeLog
index d505acd7184f..e0f64e5a59ae 100644
--- a/kde-misc/kdocker/ChangeLog
+++ b/kde-misc/kdocker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/kdocker
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdocker/ChangeLog,v 1.5 2009/10/13 17:57:43 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdocker/ChangeLog,v 1.6 2011/01/06 17:09:11 dilfridge Exp $
+
+*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)
diff --git a/kde-misc/kdocker/kdocker-4.5.ebuild b/kde-misc/kdocker/kdocker-4.5.ebuild
new file mode 100644
index 000000000000..9947445a5b54
--- /dev/null
+++ b/kde-misc/kdocker/kdocker-4.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdocker/kdocker-4.5.ebuild,v 1.1 2011/01/06 17:09:11 dilfridge Exp $
+
+EAPI=3
+inherit qt4-r2
+
+DESCRIPTION="KDocker will help you dock any application into the system tray"
+HOMEPAGE="https://launchpad.net/kdocker/"
+SRC_URI="http://launchpad.net/kdocker/trunk/${PV:0:3}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install || die
+ dodoc AUTHORS BUGS ChangeLog CREDITS README TODO
+}