diff options
author | 2012-05-10 15:23:08 +0000 | |
---|---|---|
committer | 2012-05-10 15:23:08 +0000 | |
commit | f67561f8d020168ba571074faa82322a42cd4994 (patch) | |
tree | e8b33255e42075e1e92ea6955715516019d5e893 /app-text | |
parent | Remove old (diff) | |
download | gentoo-2-f67561f8d020168ba571074faa82322a42cd4994.tar.gz gentoo-2-f67561f8d020168ba571074faa82322a42cd4994.tar.bz2 gentoo-2-f67561f8d020168ba571074faa82322a42cd4994.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ding/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ding/ding-1.6.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/app-text/ding/ChangeLog b/app-text/ding/ChangeLog index e8d9f69e239d..47de327f03bc 100644 --- a/app-text/ding/ChangeLog +++ b/app-text/ding/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ding -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.25 2011/12/27 21:12:39 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.26 2012/05/10 15:23:08 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ding-1.6.ebuild: + Remove old 27 Dec 2011; Michael Weber <xmw@gentoo.org> ding-1.7.ebuild: ppc stable (bug 359121) diff --git a/app-text/ding/ding-1.6.ebuild b/app-text/ding/ding-1.6.ebuild deleted file mode 100644 index dec20864073c..000000000000 --- a/app-text/ding/ding-1.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.6.ebuild,v 1.4 2009/09/29 21:08:00 tove Exp $ - -inherit eutils - -DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/" -SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -RDEPEND=">=dev-lang/tk-8.3" - -src_install() { - dobin ding || die "dobin failed." - insinto /usr/share/dict - doins de-en.txt || die "doins failed." - doman ding.1 || die - dodoc CHANGES README || die - - doicon ding.png || die "problem with png." - domenu ding.desktop || die ".desktop problem" -} |