summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-08-13 13:24:45 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-08-13 13:24:45 +0000
commit68469c75b29eca27d9b8f134c8a2924cdcf5a256 (patch)
treeb20b3c62fce2f8e127ea65925d7616770340a3de /gnome-extra
parentUpdated version, Added missing Copyright header, why was it missing ? Correct... (diff)
downloadgentoo-2-68469c75b29eca27d9b8f134c8a2924cdcf5a256.tar.gz
gentoo-2-68469c75b29eca27d9b8f134c8a2924cdcf5a256.tar.bz2
gentoo-2-68469c75b29eca27d9b8f134c8a2924cdcf5a256.zip
New version and updated deps.
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gal2/ChangeLog6
-rw-r--r--gnome-extra/gal2/files/digest-gal2-0.0.51
-rw-r--r--gnome-extra/gal2/gal2-0.0.5.ebuild29
3 files changed, 35 insertions, 1 deletions
diff --git a/gnome-extra/gal2/ChangeLog b/gnome-extra/gal2/ChangeLog
index 9849c3398d32..04f21fa50806 100644
--- a/gnome-extra/gal2/ChangeLog
+++ b/gnome-extra/gal2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gal2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/ChangeLog,v 1.5 2002/08/07 16:32:08 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/ChangeLog,v 1.6 2002/08/13 13:24:45 stroke Exp $
+
+*gal2-0.0.5 (13 Aug 2002)
+ 13 Aug 2002 ; Gabriele Giorgetti <stroke@gentoo.org> gal2-0.0.5.ebuild :
+ New version, updated deps.
*gal2-0.0.4-r1 (15 June 2002)
diff --git a/gnome-extra/gal2/files/digest-gal2-0.0.5 b/gnome-extra/gal2/files/digest-gal2-0.0.5
new file mode 100644
index 000000000000..a8fa25bd7685
--- /dev/null
+++ b/gnome-extra/gal2/files/digest-gal2-0.0.5
@@ -0,0 +1 @@
+MD5 a36139c8bd9fe120bb8f288b1279ca71 gal2-0-0.0.5.tar.bz2 739466
diff --git a/gnome-extra/gal2/gal2-0.0.5.ebuild b/gnome-extra/gal2/gal2-0.0.5.ebuild
new file mode 100644
index 000000000000..e9f0a9d80f86
--- /dev/null
+++ b/gnome-extra/gal2/gal2-0.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/gal2-0.0.5.ebuild,v 1.1 2002/08/13 13:24:45 stroke Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/gal2-0-${PV}
+DESCRIPTION="A text editor for the Gnome2 desktop"
+SRC_URI="mirror://gnome/sources/gal2/gal2-0-${PV}.tar.bz2"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+LICENSE="GPL-2 LGPL-2.1"
+KEYWORDS="x86"
+
+MAKEOPTS="-j1"
+
+DEPEND="virtual/glibc
+ >=gnome-base/libgnomeprint-1.116.0
+ >=gnome-base/libgnomeprintui-1.116.0
+ >=gnome-base/libglade-2.0.0
+ >=gnome-base/libgnomeui-2.0.3
+ >=gnome-base/libgnomecanvas-2.0.2
+ >=dev-libs/libxml2-2.4.23"
+
+RDEPEND=${DEPEND}
+
+DOCS="AUTHORS BUGS ChangeLog COPYING COPYING.LIB FAQ INSTALL NEWS README* THANKS TODO"
+