diff options
author | Ned Ludd <solar@gentoo.org> | 2005-06-10 19:20:19 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-06-10 19:20:19 +0000 |
commit | 737d916e66937b224d02eae5a9d05a975794a145 (patch) | |
tree | 005da03dcf237c003b3d08e17883dea6ea24453f | |
parent | Stable on ppc. (diff) | |
download | historical-737d916e66937b224d02eae5a9d05a975794a145.tar.gz historical-737d916e66937b224d02eae5a9d05a975794a145.tar.bz2 historical-737d916e66937b224d02eae5a9d05a975794a145.zip |
- Bugfixes: only report the source of textrels when the executable actually contains DT_TEXTREL. Only enable -Wdeclaration-after-statement -Wextra if the compiler supports it
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 14 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.1 | 1 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.1.ebuild | 30 |
4 files changed, 45 insertions, 7 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 3ab8f4c436cd..3063027a19af 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.25 2005/06/08 16:19:17 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.26 2005/06/10 19:20:19 solar Exp $ + + 10 Jun 2005; <solar@gentoo.org> : + - Bugfixes: only report the source of textrels when the executable actually + contains DT_TEXTREL. Only enable -Wdeclaration-after-statement -Wextra if the + compiler supports it *pax-utils-0.1.0 (08 Jun 2005) diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index 63fcda97077d..24fe3ed5d748 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -4,17 +4,19 @@ Hash: SHA1 MD5 6d20918418cd4c64e860e06ec454ff55 pax-utils-0.0.7.ebuild 955 MD5 3b2ff6c4a6e7c83800759fdc4f8346a1 pax-utils-0.1.0.ebuild 956 MD5 02eb6c18f35199d9e6f71957e5259e65 pax-utils-0.0.4.ebuild 971 -MD5 358c1c2a598ad3128e54790049d28ffd ChangeLog 3955 +MD5 4a1345879bc6bddd964680c3269b3545 ChangeLog 4173 +MD5 4deb269e59da83b7e53750ac9879f87b pax-utils-0.1.1.ebuild 978 MD5 90f775b6c4fdbeb494f7d8e1d94ad30d metadata.xml 604 MD5 9611728e3e53310e58007dd7a0e42272 files/digest-pax-utils-0.0.4 66 MD5 3b02c7d12efd31ac2f249a3eee58ffcf files/digest-pax-utils-0.0.7 66 MD5 09150f71cd67cbf4aa0c1148d97158de files/digest-pax-utils-0.1.0 67 +MD5 825e4d6311eced08e76adf151371233e files/digest-pax-utils-0.1.1 67 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iQCVAwUBQqcadp4WFLgrx1GWAQLsAQQAinYedTdj5MIFRtOD03dQcD3tH9bKokhg -Rp1tN9zhJMzGaimDXoATMCy1Go/m2GJeQYyBp5eXwWRcKekcvKu4nFp2h/tIeClc -MoDR3K0zFcfpypzNw+ZG8VVUmPnteKNgZvaT/HC4o5/It34HknoDMbpMWBIMi2gj -HkhX8kbJTuo= -=dZ8r +iQCVAwUBQqnn7Z4WFLgrx1GWAQLDJgP/cyo8CisHB5nRFzYhPE+jonZS1yQkRgBc +4QMiYUIqicL2nYNC6h9iGQtBMC3peRcqcl/mAL+GFyu4ns85fgUaPGIgc2pLdpgE +kc6KT3sEEnQl4Kcy2gfyMHOBI5wyxaB44IQ6ElM5wMphLsaKIHri1mMDGkscaxyQ +c2RIxFH5u7A= +=VKll -----END PGP SIGNATURE----- diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.1 b/app-misc/pax-utils/files/digest-pax-utils-0.1.1 new file mode 100644 index 000000000000..a27f8976daaa --- /dev/null +++ b/app-misc/pax-utils/files/digest-pax-utils-0.1.1 @@ -0,0 +1 @@ +MD5 cec3a067753cfc43fa988141580e37d0 pax-utils-0.1.1.tar.bz2 54107 diff --git a/app-misc/pax-utils/pax-utils-0.1.1.ebuild b/app-misc/pax-utils/pax-utils-0.1.1.ebuild new file mode 100644 index 000000000000..81f504db1c33 --- /dev/null +++ b/app-misc/pax-utils/pax-utils-0.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.1.ebuild,v 1.1 2005/06/10 19:20:19 solar Exp $ + +inherit flag-o-matic toolchain-funcs +#RESTRICT="primaryuri" +DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of bins" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened" +SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 + http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="caps" + +DEPEND="caps? ( sys-libs/libcap )" + +src_compile() { + if use caps ; then + append-flags -DWANT_SYSCAP + append-ldflags -lcap + fi + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc README +} |