diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:46:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:46:45 +0000 |
commit | 4e48c3d7082657f69d85d4976930713fd3040de6 (patch) | |
tree | b3e58462b0e602697013dc8ac21dbe761ed23e5e /app-text/ding | |
parent | fix license (diff) | |
download | gentoo-2-4e48c3d7082657f69d85d4976930713fd3040de6.tar.gz gentoo-2-4e48c3d7082657f69d85d4976930713fd3040de6.tar.bz2 gentoo-2-4e48c3d7082657f69d85d4976930713fd3040de6.zip |
fix license
Diffstat (limited to 'app-text/ding')
-rw-r--r-- | app-text/ding/ding-1.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-text/ding/ding-1.2.ebuild b/app-text/ding/ding-1.2.ebuild index 04cd700995a5..57d2876c4509 100644 --- a/app-text/ding/ding-1.2.ebuild +++ b/app-text/ding/ding-1.2.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.2.ebuild,v 1.4 2003/07/11 20:35:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.2.ebuild,v 1.5 2003/08/05 18:43:46 vapier Exp $ -S="${WORKDIR}/${P}" DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -SRC_URI="http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/${P}.tar.gz" HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/" +SRC_URI="http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc " +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc" RDEPEND=">=dev-lang/tk-8* >=sys-apps/grep-2*" -DEPEND="${RDEPEND}" src_install() { - exeinto /usr/bin - doexe ding + dobin ding insinto /usr/share/dict doins ger-eng.txt insinto /usr/share/pixmaps |