diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-09 20:39:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-09 20:39:45 +0000 |
commit | 16f9ab0863272dae31a17608c1e0c1502a992717 (patch) | |
tree | 1e4f7da7c0e68d2ed33e5a5af10ade008cef91da /app-dicts | |
parent | Version bump to latest. Drop older. (diff) | |
download | historical-16f9ab0863272dae31a17608c1e0c1502a992717.tar.gz historical-16f9ab0863272dae31a17608c1e0c1502a992717.tar.bz2 historical-16f9ab0863272dae31a17608c1e0c1502a992717.zip |
Version bump to latest. Drop older.
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gnuvd/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/gnuvd/gnuvd-1.0.11.ebuild | 18 | ||||
-rw-r--r-- | app-dicts/gnuvd/gnuvd-1.0.3.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/gnuvd/gnuvd-1.0.5.ebuild | 22 |
4 files changed, 26 insertions, 46 deletions
diff --git a/app-dicts/gnuvd/ChangeLog b/app-dicts/gnuvd/ChangeLog index 91857de8b457..5e4c9804367a 100644 --- a/app-dicts/gnuvd/ChangeLog +++ b/app-dicts/gnuvd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/gnuvd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnuvd/ChangeLog,v 1.2 2008/01/26 18:30:17 philantrop Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnuvd/ChangeLog,v 1.3 2011/09/09 20:39:45 scarabeus Exp $ + +*gnuvd-1.0.11 (09 Sep 2011) + + 09 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gnuvd-1.0.3.ebuild, + -gnuvd-1.0.5.ebuild, +gnuvd-1.0.11.ebuild: + Version bump to latest. Drop older. *gnuvd-1.0.5 (26 Jan 2008) diff --git a/app-dicts/gnuvd/gnuvd-1.0.11.ebuild b/app-dicts/gnuvd/gnuvd-1.0.11.ebuild new file mode 100644 index 000000000000..0af634a7abf1 --- /dev/null +++ b/app-dicts/gnuvd/gnuvd-1.0.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnuvd/gnuvd-1.0.11.ebuild,v 1.1 2011/09/09 20:39:45 scarabeus Exp $ + +EAPI=4 + +DESCRIPTION="gnuvd is a command line interface to the Van Dale(tm) on-line Dutch dictionary." +HOMEPAGE="http://www.djcbsoftware.nl/code/gnuvd" +SRC_URI="${HOMEPAGE}/${P/_/}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S="${WORKDIR}/${P/_/}" + +DOCS=( AUTHORS ChangeLog INSTALL NEWS README README.nl ) diff --git a/app-dicts/gnuvd/gnuvd-1.0.3.ebuild b/app-dicts/gnuvd/gnuvd-1.0.3.ebuild deleted file mode 100644 index f94d1a03a858..000000000000 --- a/app-dicts/gnuvd/gnuvd-1.0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnuvd/gnuvd-1.0.3.ebuild,v 1.2 2008/01/26 18:30:17 philantrop Exp $ - -DESCRIPTION="gnuvd is an online dictionary that uses the online dictionary of Van Dale" -HOMEPAGE="http://www.djcbsoftware.nl/code/gnuvd" -SRC_URI="${HOMEPAGE}/${P/_/}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P/_/}" - -src_install() { - emake DESTDIR="${D}" install || die "installation failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README README.nl || die "installing docs failed" -} diff --git a/app-dicts/gnuvd/gnuvd-1.0.5.ebuild b/app-dicts/gnuvd/gnuvd-1.0.5.ebuild deleted file mode 100644 index 0984598d434f..000000000000 --- a/app-dicts/gnuvd/gnuvd-1.0.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnuvd/gnuvd-1.0.5.ebuild,v 1.1 2008/01/26 18:30:17 philantrop Exp $ - -DESCRIPTION="gnuvd is a command line interface to the Van Dale(tm) on-line Dutch dictionary." -HOMEPAGE="http://www.djcbsoftware.nl/code/gnuvd" -SRC_URI="${HOMEPAGE}/${P/_/}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P/_/}" - -src_install() { - emake DESTDIR="${D}" install || die "installation failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README README.nl || die "installing docs failed" -} |