diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-10-18 09:12:09 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-10-18 09:12:09 +0000 |
commit | 61c21283842614f1a74362b013e1dcca983297c5 (patch) | |
tree | 220efa312c7072916d2563de101051d88e8aef6b /app-dicts/libydpdict | |
parent | Make it possible to use ydpdict with new versions of libydpdict. (diff) | |
download | gentoo-2-61c21283842614f1a74362b013e1dcca983297c5.tar.gz gentoo-2-61c21283842614f1a74362b013e1dcca983297c5.tar.bz2 gentoo-2-61c21283842614f1a74362b013e1dcca983297c5.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/libydpdict')
-rw-r--r-- | app-dicts/libydpdict/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/libydpdict/libydpdict-1.0.2.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/app-dicts/libydpdict/ChangeLog b/app-dicts/libydpdict/ChangeLog index 88b9c878c4bb..b005bd330095 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.5 2008/10/03 22:49:56 spock Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/ChangeLog,v 1.6 2009/10/18 09:12:09 spock Exp $ + +*libydpdict-1.0.2 (18 Oct 2009) + + 18 Oct 2009; Michał Januszewski <spock@gentoo.org> + +libydpdict-1.0.2.ebuild: + Version bump. 03 Oct 2008; Michał Januszewski <spock@gentoo.org> -libydpdict-0.99.0.ebuild: diff --git a/app-dicts/libydpdict/libydpdict-1.0.2.ebuild b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild new file mode 100644 index 000000000000..2acdc1ee731a --- /dev/null +++ b/app-dicts/libydpdict/libydpdict-1.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/libydpdict/libydpdict-1.0.2.ebuild,v 1.1 2009/10/18 09:12:09 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 +} |