diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-09-09 15:38:24 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-09-09 15:38:24 +0000 |
commit | d012698a93b7e164e750d7fdd78f3dd6ddb643a5 (patch) | |
tree | bce28f8ec3d9589a4b51940cadffe25b8eecc309 /app-dicts | |
parent | alpha/ia64 stable wrt #191615 (diff) | |
download | gentoo-2-d012698a93b7e164e750d7fdd78f3dd6ddb643a5.tar.gz gentoo-2-d012698a93b7e164e750d7fdd78f3dd6ddb643a5.tar.bz2 gentoo-2-d012698a93b7e164e750d7fdd78f3dd6ddb643a5.zip |
Version bumped.
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/fantasdic/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild | 32 | ||||
-rw-r--r-- | app-dicts/fantasdic/files/digest-fantasdic-1.0_beta4 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-dicts/fantasdic/ChangeLog b/app-dicts/fantasdic/ChangeLog index 9aa73a404064..ee3e5fb31742 100644 --- a/app-dicts/fantasdic/ChangeLog +++ b/app-dicts/fantasdic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/fantasdic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.1 2007/07/29 02:26:18 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.2 2007/09/09 15:38:24 matsuu Exp $ + +*fantasdic-1.0_beta4 (09 Sep 2007) + + 09 Sep 2007; MATSUU Takuto <matsuu@gentoo.org> + +fantasdic-1.0_beta4.ebuild: + Version bumped. *fantasdic-1.0_beta2 (29 Jul 2007) diff --git a/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild b/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild new file mode 100644 index 000000000000..1c8795089a7e --- /dev/null +++ b/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild,v 1.1 2007/09/09 15:38:24 matsuu Exp $ + +inherit eutils ruby + +MY_P="${P/_/-}" +DESCRIPTION="Fantasdic is a client for the DICT protocol" +HOMEPAGE="http://www.gnome.org/projects/fantasdic/" +SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +S="${WORKDIR}/${MY_P}" + +DEPEND=">=dev-lang/ruby-1.8" +RDEPEND="${DEPEND} + >=dev-ruby/ruby-gnome2-0.14.1 + >=dev-ruby/ruby-libglade2-0.14.1 + nls? ( >=dev-ruby/ruby-gettext-0.6.1 )" + +src_install() { + ${RUBY} setup.rb install --prefix="${D}" || die + + domenu fantasdic.desktop + newicon data/fantasdic/icons/fantasdic_small.png ${PN}.png + + erubydoc +} diff --git a/app-dicts/fantasdic/files/digest-fantasdic-1.0_beta4 b/app-dicts/fantasdic/files/digest-fantasdic-1.0_beta4 new file mode 100644 index 000000000000..3e7ee919989b --- /dev/null +++ b/app-dicts/fantasdic/files/digest-fantasdic-1.0_beta4 @@ -0,0 +1,3 @@ +MD5 10f889ab4b7dc79eb251a51487aa6cae fantasdic-1.0-beta4.tar.gz 125757 +RMD160 39c7a0b567b37d3ebb8e3a3d50637a5ccdcbf702 fantasdic-1.0-beta4.tar.gz 125757 +SHA256 26b7fcc531873194e59bab96518dbad238d6c037e7cc668ed204d8e51eea1992 fantasdic-1.0-beta4.tar.gz 125757 |