diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-24 16:22:52 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-24 16:22:52 +0000 |
commit | 607a5ab9422cd61c60943f46bcafc053f8a8250e (patch) | |
tree | 13828646f2c813d73a907864bfd929911576e2a6 /x11-misc | |
parent | Cleanup old. (diff) | |
download | gentoo-2-607a5ab9422cd61c60943f46bcafc053f8a8250e.tar.gz gentoo-2-607a5ab9422cd61c60943f46bcafc053f8a8250e.tar.bz2 gentoo-2-607a5ab9422cd61c60943f46bcafc053f8a8250e.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/kdocker/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/kdocker/kdocker-4.8.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/x11-misc/kdocker/ChangeLog b/x11-misc/kdocker/ChangeLog index 7769ac92ff13..cc212ccd06be 100644 --- a/x11-misc/kdocker/ChangeLog +++ b/x11-misc/kdocker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/kdocker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.12 2014/10/24 15:28:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.13 2014/10/24 16:22:52 mrueg Exp $ + + 24 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kdocker-4.8.ebuild: + Cleanup old. 24 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> kdocker-4.8-r2.ebuild: x86 stable wrt bug #524286 diff --git a/x11-misc/kdocker/kdocker-4.8.ebuild b/x11-misc/kdocker/kdocker-4.8.ebuild deleted file mode 100644 index fa3942258a54..000000000000 --- a/x11-misc/kdocker/kdocker-4.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 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.4 2013/06/11 15:53:24 ago 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 - dev-qt/qtcore:4 - dev-qt/qtgui: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 -} |