diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-11-25 16:47:09 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-11-25 16:47:09 +0000 |
commit | e109d3445b3dab0e8057c1f4beb505ab4dbe6b25 (patch) | |
tree | 6f320a17ecb3a88f4eb5a77b99f901b305ef6a5a /app-office/glabels | |
parent | Added app-text/scrollkeeper dep, see bug #72477 (diff) | |
download | historical-e109d3445b3dab0e8057c1f4beb505ab4dbe6b25.tar.gz historical-e109d3445b3dab0e8057c1f4beb505ab4dbe6b25.tar.bz2 historical-e109d3445b3dab0e8057c1f4beb505ab4dbe6b25.zip |
Marking 2.0.1 stable on x86.
Diffstat (limited to 'app-office/glabels')
-rw-r--r-- | app-office/glabels/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/glabels/Manifest | 8 | ||||
-rw-r--r-- | app-office/glabels/glabels-2.0.1.ebuild | 12 |
3 files changed, 15 insertions, 10 deletions
diff --git a/app-office/glabels/ChangeLog b/app-office/glabels/ChangeLog index c63a15f66432..4b7a2633410a 100644 --- a/app-office/glabels/ChangeLog +++ b/app-office/glabels/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/glabels # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.6 2004/11/25 16:13:19 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.7 2004/11/25 16:47:09 leonardop Exp $ + + 25 Nov 2004; Leonardo Boshell <leonardop@gentoo.org> glabels-2.0.1.ebuild: + Marked stable on x86. Added support for the `static' USE flag. 26 Nov 2004; Mike Gardiner <obz@gentoo.org> glabels-1.93.3.ebuild, glabels-2.0.1.ebuild: diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest index d2b68e90c276..6f5a72cf3d99 100644 --- a/app-office/glabels/Manifest +++ b/app-office/glabels/Manifest @@ -1,7 +1,7 @@ -MD5 a72ed7a617e31886c47b6b87a80cec6c glabels-2.0.1.ebuild 1147 +MD5 9120bec11969bbef79858370c87fcc7c ChangeLog 2864 MD5 6da4757db6827dabb26b1c29093f73cf glabels-1.93.3.ebuild 979 -MD5 d7f6a2edbc338214da233a956c982854 ChangeLog 2715 +MD5 84a51939ba622c8490d73f4b94173783 glabels-2.0.1.ebuild 1199 MD5 54b7f17aa1f3cf4e8cc03858fd99070c metadata.xml 554 -MD5 ee01115ee9516cf17cc6ae7d001cd05c files/glabels-2.0.1-sandbox_fix.patch 415 -MD5 42fee8564da4e38b5e06395d87648ee4 files/digest-glabels-2.0.1 66 MD5 9e2ffe73924322314756d4f75f0f7298 files/digest-glabels-1.93.3 67 +MD5 42fee8564da4e38b5e06395d87648ee4 files/digest-glabels-2.0.1 66 +MD5 ee01115ee9516cf17cc6ae7d001cd05c files/glabels-2.0.1-sandbox_fix.patch 415 diff --git a/app-office/glabels/glabels-2.0.1.ebuild b/app-office/glabels/glabels-2.0.1.ebuild index d8b07a314e6b..00e2673f3c31 100644 --- a/app-office/glabels/glabels-2.0.1.ebuild +++ b/app-office/glabels/glabels-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.1.ebuild,v 1.3 2004/11/25 16:13:19 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-2.0.1.ebuild,v 1.4 2004/11/25 16:47:09 leonardop Exp $ inherit eutils gnome2 @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 FDL-1.1 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="" +KEYWORDS="x86 ~ppc ~sparc" +IUSE="static" RDEPEND=">=dev-libs/glib-2.2 >=x11-libs/gtk+-2.0.5 @@ -26,11 +26,13 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libglade-2.0.1" DEPEND="${RDEPEND} dev-util/pkgconfig - >=dev-util/intltool-0.21 - app-text/scrollkeeper" + app-text/scrollkeeper + >=dev-util/intltool-0.21" DOCS="AUTHORS ChangeLog NEWS README TODO" +G2CONF="${G2CONF} $(use_enable static)" + src_unpack() { unpack ${A} |