summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-12-31 12:46:57 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-12-31 12:46:57 +0000
commit4b7250ddfb4d3851a70ec3bffb9eb558408b17fa (patch)
tree6523ceaf0cbf201c6f125afd4628fc5e3f20e8b0 /app-office
parentalpha/sparc/x86 stable wrt #203769, add ~ia64 (diff)
downloadgentoo-2-4b7250ddfb4d3851a70ec3bffb9eb558408b17fa.tar.gz
gentoo-2-4b7250ddfb4d3851a70ec3bffb9eb558408b17fa.tar.bz2
gentoo-2-4b7250ddfb4d3851a70ec3bffb9eb558408b17fa.zip
bump to 2.2.0
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/glabels/ChangeLog7
-rw-r--r--app-office/glabels/files/digest-glabels-2.2.03
-rw-r--r--app-office/glabels/glabels-2.2.0.ebuild37
3 files changed, 46 insertions, 1 deletions
diff --git a/app-office/glabels/ChangeLog b/app-office/glabels/ChangeLog
index ed0b7e71eec7..4fdd5ff3a8fe 100644
--- a/app-office/glabels/ChangeLog
+++ b/app-office/glabels/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/glabels
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.26 2007/02/04 19:07:12 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.27 2007/12/31 12:46:56 eva Exp $
+
+*glabels-2.2.0 (31 Dec 2007)
+
+ 31 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org> +glabels-2.2.0.ebuild:
+ bump to 2.2.0
04 Feb 2007; Steve Dibb <beandog@gentoo.org> glabels-2.0.4.ebuild:
amd64 stable, bug 159984
diff --git a/app-office/glabels/files/digest-glabels-2.2.0 b/app-office/glabels/files/digest-glabels-2.2.0
new file mode 100644
index 000000000000..a1dc2e9f5415
--- /dev/null
+++ b/app-office/glabels/files/digest-glabels-2.2.0
@@ -0,0 +1,3 @@
+MD5 aad7dceaeeb8f376570421a76fa1f225 glabels-2.2.0.tar.gz 1987772
+RMD160 8edf20742846d59010afa8139fe9cee57dbd2fcd glabels-2.2.0.tar.gz 1987772
+SHA256 7409d71236b67729179fb63d90af8a8c93a66b22af757200c519b532b0adef13 glabels-2.2.0.tar.gz 1987772
diff --git a/app-office/glabels/glabels-2.2.0.ebuild b/app-office/glabels/glabels-2.2.0.ebuild
new file mode 100644
index 000000000000..a99ee547a383
--- /dev/null
+++ b/app-office/glabels/glabels-2.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.2.0.ebuild,v 1.1 2007/12/31 12:46:56 eva Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Program for creating labels and business cards"
+HOMEPAGE="http://glabels.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc eds"
+
+RDEPEND=">=dev-libs/glib-2.12
+ >=x11-libs/gtk+-2.10
+ >=gnome-base/libgnome-2.16
+ >=gnome-base/libgnomeui-2.16
+ >=dev-libs/libxml2-2.6
+ >=gnome-base/libglade-2.6
+ eds? ( >=gnome-extra/evolution-data-server-1.8 )"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.28
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ $(use_with eds libebook)
+ --disable-update-mimedb
+ --disable-update-desktopdb"
+}
+