summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-04 17:06:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-04 17:06:59 +0000
commitc65c4689338929e0e67daf9cc1993df00846cd52 (patch)
tree215b637c8d6094d151df5f81588ecb1a4d52086d /x11-libs/libXaw
parentMake repoman happy by defining empty IUSE (diff)
downloadhistorical-c65c4689338929e0e67daf9cc1993df00846cd52.tar.gz
historical-c65c4689338929e0e67daf9cc1993df00846cd52.tar.bz2
historical-c65c4689338929e0e67daf9cc1993df00846cd52.zip
Move use_ functions out of global scope.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r--x11-libs/libXaw/ChangeLog6
-rw-r--r--x11-libs/libXaw/libXaw-1.0.3.ebuild8
-rw-r--r--x11-libs/libXaw/libXaw-1.0.4.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog
index 876b549fa554..557611125de3 100644
--- a/x11-libs/libXaw/ChangeLog
+++ b/x11-libs/libXaw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXaw
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.57 2009/04/16 02:13:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.58 2009/05/04 17:03:40 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.3.ebuild,
+ libXaw-1.0.4.ebuild:
+ Move use_ functions out of global scope.
16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libXaw-1.0.5.ebuild:
Stable for HPPA (bug #251832).
diff --git a/x11-libs/libXaw/libXaw-1.0.3.ebuild b/x11-libs/libXaw/libXaw-1.0.3.ebuild
index b2bed4fb5276..690ed990a753 100644
--- a/x11-libs/libXaw/libXaw-1.0.3.ebuild
+++ b/x11-libs/libXaw/libXaw-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild,v 1.11 2007/08/07 13:07:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild,v 1.12 2009/05/04 17:03:40 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -21,9 +21,9 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
sys-apps/ed"
-CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
-
pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
+
# No such function yet
# x-modular_pkg_setup
diff --git a/x11-libs/libXaw/libXaw-1.0.4.ebuild b/x11-libs/libXaw/libXaw-1.0.4.ebuild
index e2cc184cb36e..886413a605ef 100644
--- a/x11-libs/libXaw/libXaw-1.0.4.ebuild
+++ b/x11-libs/libXaw/libXaw-1.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild,v 1.8 2008/01/13 09:23:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild,v 1.9 2009/05/04 17:03:40 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -21,9 +21,9 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
sys-apps/ed"
-CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
-
pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
+
# No such function yet
# x-modular_pkg_setup