Version bump to latest. Drop older.
authorTomas Chvatal <scarabeus@gentoo.org>
Fri, 9 Sep 2011 20:39:45 +0000 (20:39 +0000)
committerTomas Chvatal <scarabeus@gentoo.org>
Fri, 9 Sep 2011 20:39:45 +0000 (20:39 +0000)
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64

app-dicts/gnuvd/ChangeLog
app-dicts/gnuvd/gnuvd-1.0.11.ebuild [new file with mode: 0644]
app-dicts/gnuvd/gnuvd-1.0.3.ebuild [deleted file]
app-dicts/gnuvd/gnuvd-1.0.5.ebuild [deleted file]

index 91857de8b457d43dd8e62d5aab7a01bc863ef761..5e4c9804367a396d7f83faec11ab041fac7c374e 100644 (file)
@@ -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 (file)
index 0000000..0af634a
--- /dev/null
@@ -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 (file)
index f94d1a0..0000000
+++ /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 (file)
index 0984598..0000000
+++ /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"
-}