diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-12-28 14:46:10 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-12-28 14:46:10 +0000 |
commit | 10f8a49d717c205a5790436d1d253e8ea3636e0f (patch) | |
tree | 78b5adc0751badf2ae9c9a625cc5351b3a45d128 /sys-apps/v86d | |
parent | Add the 'x86emu' USE flag to make it possible to fix problems similar to the ... (diff) | |
download | gentoo-2-10f8a49d717c205a5790436d1d253e8ea3636e0f.tar.gz gentoo-2-10f8a49d717c205a5790436d1d253e8ea3636e0f.tar.bz2 gentoo-2-10f8a49d717c205a5790436d1d253e8ea3636e0f.zip |
Remove old ebuilds.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-apps/v86d')
-rw-r--r-- | sys-apps/v86d/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/v86d/files/digest-v86d-0.1.1 | 3 | ||||
-rw-r--r-- | sys-apps/v86d/files/digest-v86d-0.1.2 | 3 | ||||
-rw-r--r-- | sys-apps/v86d/v86d-0.1.1.ebuild | 48 | ||||
-rw-r--r-- | sys-apps/v86d/v86d-0.1.2.ebuild | 47 |
5 files changed, 5 insertions, 102 deletions
diff --git a/sys-apps/v86d/ChangeLog b/sys-apps/v86d/ChangeLog index 62551d881705..99d7233d0b40 100644 --- a/sys-apps/v86d/ChangeLog +++ b/sys-apps/v86d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/v86d # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.10 2007/12/28 14:42:32 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.11 2007/12/28 14:46:09 spock Exp $ + + 28 Dec 2007; Michał Januszewski <spock@gentoo.org> -v86d-0.1.1.ebuild, + -v86d-0.1.2.ebuild: + Remove old ebuilds. *v86d-0.1.3-r1 (28 Dec 2007) diff --git a/sys-apps/v86d/files/digest-v86d-0.1.1 b/sys-apps/v86d/files/digest-v86d-0.1.1 deleted file mode 100644 index f12820816840..000000000000 --- a/sys-apps/v86d/files/digest-v86d-0.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d018f2d78d661e63b28db0a52bfc7aae v86d-0.1.1.tar.bz2 66968 -RMD160 d7cedc6e42d0b7df455a7aa099d1290abd521000 v86d-0.1.1.tar.bz2 66968 -SHA256 c3f8361dcbcfa263c61528218deaa865896b20be7030cd490caf4f94839e2e5b v86d-0.1.1.tar.bz2 66968 diff --git a/sys-apps/v86d/files/digest-v86d-0.1.2 b/sys-apps/v86d/files/digest-v86d-0.1.2 deleted file mode 100644 index 187a6c3f7d8f..000000000000 --- a/sys-apps/v86d/files/digest-v86d-0.1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d0a5acd4a6cba31328160992a30c9e67 v86d-0.1.2.tar.bz2 67275 -RMD160 b598b7a28639ea7c99e9cbabe85d9e6dce5f69ca v86d-0.1.2.tar.bz2 67275 -SHA256 f12e6d9520665d96e78146a7926a8ac179f508ffbf775688d8174109e77f3751 v86d-0.1.2.tar.bz2 67275 diff --git a/sys-apps/v86d/v86d-0.1.1.ebuild b/sys-apps/v86d/v86d-0.1.1.ebuild deleted file mode 100644 index de23f00230de..000000000000 --- a/sys-apps/v86d/v86d-0.1.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.1.ebuild,v 1.1 2007/10/22 21:15:34 spock Exp $ - -inherit linux-info - -DESCRIPTION="A daemon to run x86 code in an emulated environment." -HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/" -SRC_URI="http://dev.gentoo.org/~spock/projects/uvesafb/archive/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/klibc" -RDEPEND="" - -S="${WORKDIR}/${P//_*/}" - -pkg_setup() { - if [ -z "$(grep V86D /usr/lib/klibc/include/linux/connector.h)" ]; then - eerror "You need to compile klibc against a kernel tree patched with uvesafb" - eerror "prior to merging this package." - die "Kernel not patched with uvesafb." - fi - linux-info_pkg_setup -} - -src_compile() { - cd ${S} - ./configure --with-klibc - make KDIR=${KV_DIR} || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc README ChangeLog - - insinto /usr/share/${PN} - doins misc/initramfs -} - -pkg_postinst() { - elog "If you wish to place v86d into an initramfs image, you might want to use" - elog "'/usr/share/${PN}/initramfs' in your kernel's CONFIG_INITRAMFS_SOURCE." -} diff --git a/sys-apps/v86d/v86d-0.1.2.ebuild b/sys-apps/v86d/v86d-0.1.2.ebuild deleted file mode 100644 index df7e1c3e0569..000000000000 --- a/sys-apps/v86d/v86d-0.1.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.2.ebuild,v 1.1 2007/11/04 15:37:44 spock Exp $ - -inherit linux-info - -DESCRIPTION="A daemon to run x86 code in an emulated environment." -HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/" -SRC_URI="http://dev.gentoo.org/~spock/projects/uvesafb/archive/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="debug" - -DEPEND="dev-libs/klibc" -RDEPEND="" - -S="${WORKDIR}/${P//_*/}" - -pkg_setup() { - if [ -z "$(grep V86D /usr/lib/klibc/include/linux/connector.h)" ]; then - eerror "You need to compile klibc against a kernel tree patched with uvesafb" - eerror "prior to merging this package." - die "Kernel not patched with uvesafb." - fi - linux-info_pkg_setup -} - -src_compile() { - ./configure --with-klibc $(use_with debug) - make KDIR=${KV_DIR} || die -} - -src_install() { - make DESTDIR="${D}" install || die - - dodoc README ChangeLog - - insinto /usr/share/${PN} - doins misc/initramfs -} - -pkg_postinst() { - elog "If you wish to place v86d into an initramfs image, you might want to use" - elog "'/usr/share/${PN}/initramfs' in your kernel's CONFIG_INITRAMFS_SOURCE." -} |