diff options
author | Johannes Huber <johu@gentoo.org> | 2013-05-21 18:02:12 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-05-21 18:02:12 +0000 |
commit | c3ada62dbc476a763130f46b471b7d416f9b5072 (patch) | |
tree | 94cc0613b99a3a6feaff7132bd462fe98eeffe75 /kde-misc/yakuake | |
parent | Update the target used for s390x systems #470740 by Agostino Sarubbo. (diff) | |
download | gentoo-2-c3ada62dbc476a763130f46b471b7d416f9b5072.tar.gz gentoo-2-c3ada62dbc476a763130f46b471b7d416f9b5072.tar.bz2 gentoo-2-c3ada62dbc476a763130f46b471b7d416f9b5072.zip |
Remove old.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/yakuake')
-rw-r--r-- | kde-misc/yakuake/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/yakuake/yakuake-2.9.9-r1.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/kde-misc/yakuake/ChangeLog b/kde-misc/yakuake/ChangeLog index 51915a1acbc6..52d816451801 100644 --- a/kde-misc/yakuake/ChangeLog +++ b/kde-misc/yakuake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/yakuake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/ChangeLog,v 1.64 2013/05/20 12:47:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/ChangeLog,v 1.65 2013/05/21 18:02:11 johu Exp $ + + 21 May 2013; Johannes Huber <johu@gentoo.org> -yakuake-2.9.9-r1.ebuild: + Remove old. 20 May 2013; Agostino Sarubbo <ago@gentoo.org> yakuake-2.9.9-r2.ebuild: Stable for ppc, wrt bug #470492 diff --git a/kde-misc/yakuake/yakuake-2.9.9-r1.ebuild b/kde-misc/yakuake/yakuake-2.9.9-r1.ebuild deleted file mode 100644 index 964d8433d835..000000000000 --- a/kde-misc/yakuake/yakuake-2.9.9-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.9-r1.ebuild,v 1.5 2013/01/28 00:14:56 ago Exp $ - -EAPI=4 - -KDE_LINGUAS="ca ca@valencia cs da de el en_GB es et fi fr ga gl hr hu it km ko -nb nds nl nn pa pl pt pt_BR ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin -sv th tr uk wa zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology" -HOMEPAGE="http://yakuake.kde.org/" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ppc x86" -SLOT="4" -IUSE="debug" - -DEPEND="$(add_kdebase_dep konsole) - sys-devel/gettext" -RDEPEND="${DEPEND}" |