summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2008-01-23 20:15:48 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2008-01-23 20:15:48 +0000
commit86b15682e34240af8ae2263bdc21a210c43359df (patch)
treec3a438a2ac2f5002d34ef9a86bb54eb8333f5b79 /app-dicts/libydpdict
parentAdjust tntnet dependency, as vdr-live does not compile with tntnet-1.6.1 (diff)
downloadgentoo-2-86b15682e34240af8ae2263bdc21a210c43359df.tar.gz
gentoo-2-86b15682e34240af8ae2263bdc21a210c43359df.tar.bz2
gentoo-2-86b15682e34240af8ae2263bdc21a210c43359df.zip
Add 0.99.3.
(Portage version: 2.1.4)
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r--app-dicts/libydpdict/ChangeLog10
-rw-r--r--app-dicts/libydpdict/files/digest-libydpdict-0.99.33
-rw-r--r--app-dicts/libydpdict/libydpdict-0.99.3.ebuild20
3 files changed, 31 insertions, 2 deletions
diff --git a/app-dicts/libydpdict/ChangeLog b/app-dicts/libydpdict/ChangeLog
index da6d9a7247a2..2a16f00474ab 100644
--- a/app-dicts/libydpdict/ChangeLog
+++ b/app-dicts/libydpdict/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/libydpdict
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.1 2007/02/26 21:01:16 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.2 2008/01/23 20:15:47 peper Exp $
+
+*libydpdict-0.99.3 (23 Jan 2008)
+
+ 23 Jan 2008; Piotr Jaroszyński <peper@gentoo.org>
+ +libydpdict-0.99.3.ebuild:
+ Add 0.99.3.
*libydpdict-0.99.0 (26 Feb 2007)
diff --git a/app-dicts/libydpdict/files/digest-libydpdict-0.99.3 b/app-dicts/libydpdict/files/digest-libydpdict-0.99.3
new file mode 100644
index 000000000000..2b24af4c5f42
--- /dev/null
+++ b/app-dicts/libydpdict/files/digest-libydpdict-0.99.3
@@ -0,0 +1,3 @@
+MD5 2b8e08f7ffc91e9af753f618b4f0e448 libydpdict-0.99.3.tar.gz 328779
+RMD160 1cc7098b3992d16694de82a85a00882c5e448373 libydpdict-0.99.3.tar.gz 328779
+SHA256 534fc2747b8206fbb6100b38674b0211ba72ad43d92cbe6d022953e332eec5e6 libydpdict-0.99.3.tar.gz 328779
diff --git a/app-dicts/libydpdict/libydpdict-0.99.3.ebuild b/app-dicts/libydpdict/libydpdict-0.99.3.ebuild
new file mode 100644
index 000000000000..404d554edd1d
--- /dev/null
+++ b/app-dicts/libydpdict/libydpdict-0.99.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-0.99.3.ebuild,v 1.1 2008/01/23 20:15:47 peper Exp $
+
+DESCRIPTION="Library for handling the Collins Dictionary database."
+HOMEPAGE="http://toxygen.net/ydpdict/"
+SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS
+}