summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/glosung')
-rw-r--r--app-text/glosung/ChangeLog9
-rw-r--r--app-text/glosung/glosung-3.5.2.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/app-text/glosung/ChangeLog b/app-text/glosung/ChangeLog
index 681404e88a88..6e227e3c8562 100644
--- a/app-text/glosung/ChangeLog
+++ b/app-text/glosung/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/glosung
-# 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.10 2010/05/16 00:32:59 beandog Exp $
+
+*glosung-3.5.2 (16 May 2010)
+
+ 16 May 2010; Steve Dibb <beandog@gentoo.org> +glosung-3.5.2.ebuild:
+ Version bump
*glosung-3.4.2 (24 Jul 2009)
*glosung-3.4.1 (24 Jul 2009)
diff --git a/app-text/glosung/glosung-3.5.2.ebuild b/app-text/glosung/glosung-3.5.2.ebuild
new file mode 100644
index 000000000000..6fdd0de53a7f
--- /dev/null
+++ b/app-text/glosung/glosung-3.5.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.5.2.ebuild,v 1.1 2010/05/16 00:32:59 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"
+}