summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/elfix/elfix-0.1.1.ebuild')
-rw-r--r--sys-apps/elfix/elfix-0.1.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/elfix/elfix-0.1.1.ebuild b/sys-apps/elfix/elfix-0.1.1.ebuild
deleted file mode 100644
index 7eb0f2d..0000000
--- a/sys-apps/elfix/elfix-0.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-DESCRIPTION="Tool to query or clear the ELF GNU_STACK executable flag"
-HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
-SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-libs/elfutils
- test? ( dev-lang/yasm )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_enable test tests)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog INSTALL README THANKS TODO
-}