diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-07 11:15:22 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-07 11:15:22 +0000 |
commit | e89f492954fe1b0efac180f4c7e0d7e4d3203476 (patch) | |
tree | 495c82831340b2c9d8424c13fbfa4c2f8e2ee0a8 /app-dicts | |
parent | Version bump. (diff) | |
download | gentoo-2-e89f492954fe1b0efac180f4c7e0d7e4d3203476.tar.gz gentoo-2-e89f492954fe1b0efac180f4c7e0d7e4d3203476.tar.bz2 gentoo-2-e89f492954fe1b0efac180f4c7e0d7e4d3203476.zip |
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
Diffstat (limited to 'app-dicts')
-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 +} |