summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 16:01:58 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 16:01:58 +0000
commitfa377487e4350574b3d413b7bc37b621905cb663 (patch)
tree039404b76f123c6195b28ba1dbf66ac7b8e2d167 /sys-apps/at/at-3.1.8-r10.ebuild
parentadded missing uclibc to IUSE (Manifest recommit) (diff)
downloadgentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.gz
gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.bz2
gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.zip
change glibc to libc
Diffstat (limited to 'sys-apps/at/at-3.1.8-r10.ebuild')
-rw-r--r--sys-apps/at/at-3.1.8-r10.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/at/at-3.1.8-r10.ebuild b/sys-apps/at/at-3.1.8-r10.ebuild
index ec47567a714c..28206b1f7dcc 100644
--- a/sys-apps/at/at-3.1.8-r10.ebuild
+++ b/sys-apps/at/at-3.1.8-r10.ebuild
@@ -1,19 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r10.ebuild,v 1.4 2004/06/24 21:58:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r10.ebuild,v 1.5 2004/06/28 15:59:01 vapier Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="Queues jobs for later execution"
-SRC_URI="http://ftp.debian.org/debian/pool/main/a/at/at_${PV}-11.tar.gz"
HOMEPAGE="ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc alpha ~ia64 ~ppc64"
-SLOT="0"
+SRC_URI="http://ftp.debian.org/debian/pool/main/a/at/at_${PV}-11.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc alpha ~amd64 ~ia64 ~ppc64"
+IUSE=""
-DEPEND="virtual/glibc >=sys-devel/flex-2.5.4a"
-RDEPEND="virtual/glibc virtual/mta"
+DEPEND="virtual/libc
+ >=sys-devel/flex-2.5.4a"
+RDEPEND="virtual/libc
+ virtual/mta"
src_unpack() {
unpack ${A} && cd ${S} || die "error unpacking"