summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/pcc-libs/pcc-libs-090216.ebuild')
-rw-r--r--sys-devel/pcc-libs/pcc-libs-090216.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-devel/pcc-libs/pcc-libs-090216.ebuild b/sys-devel/pcc-libs/pcc-libs-090216.ebuild
deleted file mode 100644
index 65ee598..0000000
--- a/sys-devel/pcc-libs/pcc-libs-090216.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION=""
-HOMEPAGE="http://pcc.ludd.ltu.se"
-SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${PV}.tgz"
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-
-RDEPEND=""
-
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}