ChangeLog

# 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 $

*gnuvd-1.0.5 (26 Jan 2008)

26 Jan 2008; Wulf C. Krueger gnuvd-1.0.3.ebuild,
+gnuvd-1.0.5.ebuild:
Version bump as per bug 207539. Thanks, Todd Partridge, for providing the
ebuild. Minor QA fixes.

*gnuvd-1.0.3 (02 Sep 2007)

02 Sep 2007; Wulf C. Krueger +metadata.xml,
+gnuvd-1.0.3.ebuild:
Initial ebuild as per bug 35500.

Manifest

DIST gnuvd-1.0.3.tar.gz 148059 RMD160 de28397cd1dc99af5c8b194689797db70fc3e904 SHA1 620357bb9bd7552f1aaa99aa39779ea7dc32eaed SHA256 85c6b17979140c2338117a3c2442d6da449f097a0eedaab3540a0cef018cc9c3
DIST gnuvd-1.0.5.tar.gz 167387 RMD160 186159e8cc1fc8cf47f20c0fa0f2cf237a7e80be SHA1 8dfca59701d4c20cc23f53917c102d1f7c02c9d5 SHA256 b03ecc01ae94b749201cb453e71377131f0809f6ce00fc08c7611e3eac399b7a
EBUILD gnuvd-1.0.3.ebuild 672 RMD160 846370d26b17e79592a26f38d02ef5058daf020b SHA1 b44fd2944a8e78c5e73778c4015f9c72cda5556f SHA256 2cb18d9fd970900cb22007a44f36e3b3d1af007b83d9bee2e3cc4198ef8590ce
EBUILD gnuvd-1.0.5.ebuild 683 RMD160 e1ef3694ef89ca6382059f0f8c25bbfe8b22ba60 SHA1 70a3ee819b855ff64b94936332b4be62058c771c SHA256 bff4496be023025cd81884f73eb21315329b0145938bc557c9e6d8a3b1e89ed8
MISC ChangeLog 593 RMD160 e724596da13694a8d90977683b8e946e0818cac2 SHA1 f7ae8bd3cbd0d33b5d29c61398ea40f5d9f7d273 SHA256 78228bb52676536a4b5ec588a48acd6785187ff765b266c7625f29b06937e75c
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

gnuvd-1.0.3.ebuild

# 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"
}

gnuvd-1.0.5.ebuild

# 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"
}

metadata.xml




app-dicts