diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-07-24 20:17:44 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-07-24 20:17:44 +0000 |
commit | c9d5d9d5bf4374644efccebb7e93ae0f563b9022 (patch) | |
tree | a59fc602102cddece18b9f8be17af81d82e7c2e5 /app-text/glosung | |
parent | EAPI=2; replace built_with_use with use-based deps (diff) | |
download | gentoo-2-c9d5d9d5bf4374644efccebb7e93ae0f563b9022.tar.gz gentoo-2-c9d5d9d5bf4374644efccebb7e93ae0f563b9022.tar.bz2 gentoo-2-c9d5d9d5bf4374644efccebb7e93ae0f563b9022.zip |
Version bumps
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/glosung')
-rw-r--r-- | app-text/glosung/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/glosung/glosung-3.4.1.ebuild | 30 | ||||
-rw-r--r-- | app-text/glosung/glosung-3.4.2.ebuild | 30 |
3 files changed, 69 insertions, 2 deletions
diff --git a/app-text/glosung/ChangeLog b/app-text/glosung/ChangeLog index 26df588a5854..681404e88a88 100644 --- a/app-text/glosung/ChangeLog +++ b/app-text/glosung/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/glosung -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.8 2008/06/26 01:55:12 beandog Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.9 2009/07/24 20:17:44 beandog Exp $ + +*glosung-3.4.2 (24 Jul 2009) +*glosung-3.4.1 (24 Jul 2009) + + 24 Jul 2009; Steve Dibb <beandog@gentoo.org> +glosung-3.4.1.ebuild, + +glosung-3.4.2.ebuild: + Version bumps 26 Jun 2008; Steve Dibb <beandog@gentoo.org> glosung-2.1.3.ebuild, glosung-3.2.1.ebuild, glosung-3.2.2.ebuild: diff --git a/app-text/glosung/glosung-3.4.1.ebuild b/app-text/glosung/glosung-3.4.1.ebuild new file mode 100644 index 000000000000..f5c3c787dac1 --- /dev/null +++ b/app-text/glosung/glosung-3.4.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.4.1.ebuild,v 1.1 2009/07/24 20:17:44 beandog Exp $ + +DESCRIPTION="Watch word program for the GNOME2 desktop (watch word (german): losung)" +HOMEPAGE="http://www.godehardt.org/losung.html" +SRC_URI="mirror://sourceforge/glosung/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=gnome-base/gconf-2.0 + >=x11-libs/gtk+-2.4 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + net-misc/curl" +DEPEND="${RDEPEND} + >=dev-util/scons-0.93 + dev-util/pkgconfig + >=dev-util/intltool-0.22 + >=sys-devel/gettext-0.10" + +src_compile() { + scons ${MAKEOPTS} || die "scons make died" +} + +src_install() { + scons install DESTDIR="${D}" || die "scons install died" +} diff --git a/app-text/glosung/glosung-3.4.2.ebuild b/app-text/glosung/glosung-3.4.2.ebuild new file mode 100644 index 000000000000..9e87050bb851 --- /dev/null +++ b/app-text/glosung/glosung-3.4.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.4.2.ebuild,v 1.1 2009/07/24 20:17:44 beandog Exp $ + +DESCRIPTION="Watch word program for the GNOME2 desktop (watch word (german): losung)" +HOMEPAGE="http://www.godehardt.org/losung.html" +SRC_URI="mirror://sourceforge/glosung/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=gnome-base/gconf-2.0 + >=x11-libs/gtk+-2.4 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + net-misc/curl" +DEPEND="${RDEPEND} + >=dev-util/scons-0.93 + dev-util/pkgconfig + >=dev-util/intltool-0.22 + >=sys-devel/gettext-0.10" + +src_compile() { + scons ${MAKEOPTS} || die "scons make died" +} + +src_install() { + scons install DESTDIR="${D}" || die "scons install died" +} |