diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-07 11:01:56 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-07 11:01:56 +0000 |
commit | 0464ec308be7a245ba9f3a61074575401f228479 (patch) | |
tree | 1d4103f298c62ae9064c58cb3c2ca18634235714 /dev-libs/bglibs/bglibs-1.009.ebuild | |
parent | Unmask grub r8. (diff) | |
download | gentoo-2-0464ec308be7a245ba9f3a61074575401f228479.tar.gz gentoo-2-0464ec308be7a245ba9f3a61074575401f228479.tar.bz2 gentoo-2-0464ec308be7a245ba9f3a61074575401f228479.zip |
Remove old ebuilds and fix multilib issues in remaining versions.
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3-00054-g75fa677 x86_64)
Diffstat (limited to 'dev-libs/bglibs/bglibs-1.009.ebuild')
-rw-r--r-- | dev-libs/bglibs/bglibs-1.009.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/bglibs/bglibs-1.009.ebuild b/dev-libs/bglibs/bglibs-1.009.ebuild deleted file mode 100644 index 78e341101a4b..000000000000 --- a/dev-libs/bglibs/bglibs-1.009.ebuild +++ /dev/null @@ -1,28 +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.ebuild,v 1.7 2005/05/30 18:22:57 swegener Exp $ - -inherit 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" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - echo "${D}/usr/lib/bglibs" > conf-home - echo "$(tc-getCC) ${CFLAGS}" > conf-cc - emake -j1 || die -} - -src_install () { - dodir /usr/lib/bglibs - ./installer || die "install failed" - dodoc ANNOUNCEMENT COPYING NEWS README -} |