diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-07 11:16:54 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-07 11:16:54 +0000 |
commit | df57d100ec583f0e7f647f3ed3efae13db351acd (patch) | |
tree | 3f7434c2200f1b1c20ffab9b6cf5f384fe9b30e2 /app-dicts/libydpdict | |
parent | Version bump. (diff) | |
download | historical-df57d100ec583f0e7f647f3ed3efae13db351acd.tar.gz historical-df57d100ec583f0e7f647f3ed3efae13db351acd.tar.bz2 historical-df57d100ec583f0e7f647f3ed3efae13db351acd.zip |
Version bump.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r-- | app-dicts/libydpdict/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/libydpdict/libydpdict-1.0.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-dicts/libydpdict/ChangeLog b/app-dicts/libydpdict/ChangeLog index 6c8c6e218c6c..a695be3cc1ad 100644 --- a/app-dicts/libydpdict/ChangeLog +++ b/app-dicts/libydpdict/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/libydpdict # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.3 2008/08/27 22:41:25 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.4 2008/09/07 11:15:22 spock Exp $ + +*libydpdict-1.0.0 (07 Sep 2008) + + 07 Sep 2008; Michał Januszewski <spock@gentoo.org> + +libydpdict-1.0.0.ebuild: + Version bump. 27 Aug 2008; Dawid Węgliński <cla@gentoo.org> libydpdict-0.99.3.ebuild: Stable on x86/amd64 (bug #209813) diff --git a/app-dicts/libydpdict/libydpdict-1.0.0.ebuild b/app-dicts/libydpdict/libydpdict-1.0.0.ebuild new file mode 100644 index 000000000000..32eb6b65af1d --- /dev/null +++ b/app-dicts/libydpdict/libydpdict-1.0.0.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-1.0.0.ebuild,v 1.1 2008/09/07 11:15:22 spock 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 +} |