summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-02-27 19:30:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-02-27 19:30:35 +0000
commit90a83f793c65cea22cf5d3429bc590402819655a (patch)
tree1f96dd2ca1b5114af5ff43898e51b95bea6664f9 /sys-libs/pwdb
parentuse emake -j1 instaed of overriding MAKEOPTS (diff)
downloadhistorical-90a83f793c65cea22cf5d3429bc590402819655a.tar.gz
historical-90a83f793c65cea22cf5d3429bc590402819655a.tar.bz2
historical-90a83f793c65cea22cf5d3429bc590402819655a.zip
move the filter-flags statement into src_compile
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/ChangeLog6
-rw-r--r--sys-libs/pwdb/Manifest14
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r4.ebuild5
-rw-r--r--sys-libs/pwdb/pwdb-0.62.ebuild5
4 files changed, 18 insertions, 12 deletions
diff --git a/sys-libs/pwdb/ChangeLog b/sys-libs/pwdb/ChangeLog
index ab9af1f8025b..994618264be6 100644
--- a/sys-libs/pwdb/ChangeLog
+++ b/sys-libs/pwdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/pwdb
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.24 2004/02/09 21:13:22 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.25 2004/02/27 19:30:35 seemant Exp $
+
+ 27 Feb 2004; Seemant Kulleen <seemant@gentoo.org> pwdb-0.61-r4.ebuild,
+ pwdb-0.62.ebuild:
+ move the filter-flags statement into src_compile
09 Feb 2004; <gustavoz@gentoo.org> pwdb-0.62.ebuild:
stable on sparc
diff --git a/sys-libs/pwdb/Manifest b/sys-libs/pwdb/Manifest
index 991420db86ec..0f5a223c2074 100644
--- a/sys-libs/pwdb/Manifest
+++ b/sys-libs/pwdb/Manifest
@@ -1,11 +1,11 @@
-MD5 c4f8918767af034e8b0bb96db77d34ea ChangeLog 3072
-MD5 5b6c3a3f8c3f2907048577ea2031bcbe pwdb-0.61-r4.ebuild 1709
-MD5 1f618ff49852860038f4bac27756bee6 pwdb-0.62.ebuild 1685
+MD5 d0332eac5101f990d16e9c87377766f6 pwdb-0.62.ebuild 1685
+MD5 25393454f634f9415f5847a592446ca5 pwdb-0.61-r4.ebuild 1709
+MD5 f2549b1922f1b294542596132cfc2dfc ChangeLog 3216
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 bfc6ac3622c2b25c39d9f48d8474c2dc files/digest-pwdb-0.61-r4 61
-MD5 0d0c7a6216f5cf079472dfe36ea9d71c files/passwd 143
+MD5 bf4eb22a793eb0683d8c62b4677d66f8 files/pwdb-0.62-selinux.patch 10567
MD5 cd2a9858f40c4a6e7098424f5785b7bc files/pwdb-0.61-hppa.patch 487
+MD5 f2d1888e60ba62137f53ed5378eb7e25 files/pwdb-0.62-use-gcc-as-linker.patch 508
+MD5 bfc6ac3622c2b25c39d9f48d8474c2dc files/digest-pwdb-0.61-r4 61
MD5 79659c4025929dac91dc8afc808eec2a files/pwdb-0.61-selinux.diff.bz2 1993
+MD5 0d0c7a6216f5cf079472dfe36ea9d71c files/passwd 143
MD5 8cc9a65a57937cd962ff641cf94e40c3 files/digest-pwdb-0.62 61
-MD5 bf4eb22a793eb0683d8c62b4677d66f8 files/pwdb-0.62-selinux.patch 10567
-MD5 f2d1888e60ba62137f53ed5378eb7e25 files/pwdb-0.62-use-gcc-as-linker.patch 508
diff --git a/sys-libs/pwdb/pwdb-0.61-r4.ebuild b/sys-libs/pwdb/pwdb-0.61-r4.ebuild
index 1c734a4cd5f8..ffcb4c474439 100644
--- a/sys-libs/pwdb/pwdb-0.61-r4.ebuild
+++ b/sys-libs/pwdb/pwdb-0.61-r4.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r4.ebuild,v 1.20 2004/02/22 12:33:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r4.ebuild,v 1.21 2004/02/27 19:30:35 seemant Exp $
inherit eutils flag-o-matic
-filter-flags "-fstack-protector"
IUSE="selinux"
@@ -29,6 +28,8 @@ src_unpack () {
}
src_compile() {
+ filter-flags "-fstack-protector"
+
# author has specified application to be compiled with `-g`
# no problem, but with ccc `-g` disables optimisation to make
# debugging easier, `-g3` enables debugging and optimisation
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild
index 9b25f5386cba..be1f948c5b6d 100644
--- a/sys-libs/pwdb/pwdb-0.62.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.8 2004/02/22 12:33:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.9 2004/02/27 19:30:35 seemant Exp $
inherit eutils flag-o-matic
-filter-flags "-fstack-protector"
IUSE="selinux"
@@ -34,6 +33,8 @@ src_unpack () {
}
src_compile() {
+ filter-flags "-fstack-protector"
+
# author has specified application to be compiled with `-g`
# no problem, but with ccc `-g` disables optimisation to make
# debugging easier, `-g3` enables debugging and optimisation