summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/bglibs/bglibs-1.009-r1.ebuild')
-rw-r--r--dev-libs/bglibs/bglibs-1.009-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/bglibs/bglibs-1.009-r1.ebuild b/dev-libs/bglibs/bglibs-1.009-r1.ebuild
deleted file mode 100644
index fc965750a2ac..000000000000
--- a/dev-libs/bglibs/bglibs-1.009-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/bglibs/bglibs-1.009-r1.ebuild,v 1.9 2005/05/30 18:22:57 swegener Exp $
-
-inherit fixheadtails toolchain-funcs
-
-DESCRIPTION="Bruce Guenters Libraries Collection"
-HOMEPAGE="http://untroubled.org/bglibs/"
-SRC_URI="http://untroubled.org/bglibs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ~mips ~alpha ~ppc amd64 ~hppa"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- ht_fix_file ${S}/Makefile
- # fix weird bug with new gcc and compile of tests failing due to style of
- # gcc flags not on bugzilla, but personally reported to robbat2@gentoo.org
- # by personal friend
- sed -e 's|libraries selftests installer|libraries installer|g' -i ${S}/Makefile
-}
-
-src_compile() {
- echo "${D}/usr/lib/bglibs" > conf-home
- echo "$(tc-getCC) ${CFLAGS}" > conf-cc
- echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- emake -j1 || die
-}
-
-src_install () {
- dodir /usr/lib/bglibs
- ./installer || die "install failed"
- dodoc ANNOUNCEMENT COPYING NEWS README ChangeLog TODO VERSION
- docinto html
- dodoc doc/html/*
- docinto latex
- dodoc doc/latex/*
-}