summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-30 03:14:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-30 03:14:30 +0000
commit339f98856627169c836404fbeee2f9008b09fa8b (patch)
tree8eb94fc72f1385b7a7c936d27c4ce0076ce5972e /sys-apps
parentstable on ppc64, bug #55676 (Manifest recommit) (diff)
downloadgentoo-2-339f98856627169c836404fbeee2f9008b09fa8b.tar.gz
gentoo-2-339f98856627169c836404fbeee2f9008b09fa8b.tar.bz2
gentoo-2-339f98856627169c836404fbeee2f9008b09fa8b.zip
remove uclibc stuff
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/tinylogin/files/digest-tinylogin-1.21
-rw-r--r--sys-apps/tinylogin/tinylogin-1.2.ebuild35
-rw-r--r--sys-apps/tinylogin/tinylogin-1.4.ebuild10
3 files changed, 2 insertions, 44 deletions
diff --git a/sys-apps/tinylogin/files/digest-tinylogin-1.2 b/sys-apps/tinylogin/files/digest-tinylogin-1.2
deleted file mode 100644
index fcf4f55b1142..000000000000
--- a/sys-apps/tinylogin/files/digest-tinylogin-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 414db73993966dfb452deb2ab4e99322 tinylogin-1.2.tar.bz2 98403
diff --git a/sys-apps/tinylogin/tinylogin-1.2.ebuild b/sys-apps/tinylogin/tinylogin-1.2.ebuild
deleted file mode 100644
index 4a3d25d35ff1..000000000000
--- a/sys-apps/tinylogin/tinylogin-1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tinylogin/tinylogin-1.2.ebuild,v 1.6 2004/07/15 02:44:01 agriffis Exp $
-
-DESCRIPTION="worlds smallest login/passwd/getty/etc"
-HOMEPAGE="http://tinylogin.busybox.net/"
-SRC_URI="http://tinylogin.busybox.net/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE="static"
-
-DEPEND="virtual/libc"
-#RDEPEND=""
-
-src_compile() {
- local myconf
- use static && myconf="${myconf} DOSTATIC=true"
- emake ${myconf} || die
-}
-
-src_install() {
- into /
- dobin tinylogin
- into /usr
- dodoc Changelog README TODO
-
- cd docs
- doman *.1 *.8
- dodoc *.txt
- dohtml -r tinylogin.busybox.net
- docinto pod
- dodoc *.pod
-}
diff --git a/sys-apps/tinylogin/tinylogin-1.4.ebuild b/sys-apps/tinylogin/tinylogin-1.4.ebuild
index 2f598a162894..83e12b373d1a 100644
--- a/sys-apps/tinylogin/tinylogin-1.4.ebuild
+++ b/sys-apps/tinylogin/tinylogin-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tinylogin/tinylogin-1.4.ebuild,v 1.6 2004/07/15 02:44:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tinylogin/tinylogin-1.4.ebuild,v 1.7 2004/07/30 03:14:30 vapier Exp $
DESCRIPTION="worlds smallest login/passwd/getty/etc"
HOMEPAGE="http://tinylogin.busybox.net/"
@@ -9,19 +9,13 @@ SRC_URI="http://tinylogin.busybox.net/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 arm amd64"
-IUSE="static uclibc"
+IUSE="static"
DEPEND="virtual/libc"
src_compile() {
local myconf=""
use static && myconf="${myconf} DOSTATIC=true"
- if use uclibc ; then
- myconf="${myconf} \
- CC=/usr/i386-linux-uclibc/bin/i386-uclibc-gcc \
- USE_SYSTEM_PWD=false"
- unset CFLAGS
- fi
emake ${myconf} || die
}