# 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)
--- /dev/null
+# 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 )
+++ /dev/null
-# 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"
-}
+++ /dev/null
-# 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"
-}