diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-06 21:26:59 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-06 21:26:59 +0000 |
commit | cec4a3395d3c717a9701d540551450d8348acabc (patch) | |
tree | 14146f1fe4b0a35fa2d767f1cdad404db3d74a52 /app-dicts | |
parent | add slotmove for app-dicts/dikt so we can get rid of the block in the ebuild (diff) | |
download | gentoo-2-cec4a3395d3c717a9701d540551450d8348acabc.tar.gz gentoo-2-cec4a3395d3c717a9701d540551450d8348acabc.tar.bz2 gentoo-2-cec4a3395d3c717a9701d540551450d8348acabc.zip |
EAPI3, cleanup, remove block (added entry in profiles/updates), remove old
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dikt/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/dikt/dikt-1l.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/dikt/dikt-2d.ebuild | 8 |
3 files changed, 8 insertions, 25 deletions
diff --git a/app-dicts/dikt/ChangeLog b/app-dicts/dikt/ChangeLog index 8461c549b057..4b6aa6220f66 100644 --- a/app-dicts/dikt/ChangeLog +++ b/app-dicts/dikt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/dikt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dikt/ChangeLog,v 1.2 2010/06/01 15:55:43 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dikt/ChangeLog,v 1.3 2010/10/06 21:26:59 tampakrap Exp $ + + 06 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org> -dikt-1l.ebuild, + dikt-2d.ebuild: + EAPI3, cleanup, remove block (added entry in profiles/updates), remove old *dikt-2d (01 Jun 2010) diff --git a/app-dicts/dikt/dikt-1l.ebuild b/app-dicts/dikt/dikt-1l.ebuild deleted file mode 100644 index c971641ac8ef..000000000000 --- a/app-dicts/dikt/dikt-1l.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dikt/dikt-1l.ebuild,v 1.1 2009/12/27 12:09:18 ssuominen Exp $ - -EAPI=2 -inherit kde4-base - -DESCRIPTION="A dictionary for KDE" -HOMEPAGE="http://sites.google.com/site/diktv1/" -SRC_URI="http://sites.google.com/site/diktv1/${P}.tbz" - -LICENSE="BSD-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="!kde-misc/dikt" - -DOCS="README" diff --git a/app-dicts/dikt/dikt-2d.ebuild b/app-dicts/dikt/dikt-2d.ebuild index 00f21376d2f8..6dc5af15832a 100644 --- a/app-dicts/dikt/dikt-2d.ebuild +++ b/app-dicts/dikt/dikt-2d.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dikt/dikt-2d.ebuild,v 1.1 2010/06/01 15:55:43 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dikt/dikt-2d.ebuild,v 1.2 2010/10/06 21:26:59 tampakrap Exp $ -EAPI=2 +EAPI=3 inherit kde4-base DESCRIPTION="A dictionary for KDE" @@ -14,6 +14,4 @@ SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="!kde-misc/dikt" - -DOCS="README" +DOCS=( README ) |