diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:07:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:07:33 +0000 |
commit | 76f0815ddd429335e2d91e99cfd9b0bab25ae5e7 (patch) | |
tree | 978be750f80e70f5af9c85b87de6d0f13932eff7 | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.tar.gz gentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.tar.bz2 gentoo-2-76f0815ddd429335e2d91e99cfd9b0bab25ae5e7.zip |
use virtual/libc
-rw-r--r-- | app-admin/pwcrypt/pwcrypt-1.2.2.ebuild | 20 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.8.4.ebuild | 10 | ||||
-rw-r--r-- | app-admin/tmpwatch/tmpwatch-2.9.0.ebuild | 10 | ||||
-rw-r--r-- | app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-admin/watchdog/watchdog-5.2.ebuild | 22 | ||||
-rw-r--r-- | app-admin/xstow/xstow-0.4.6.ebuild | 8 | ||||
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 19 |
7 files changed, 38 insertions, 57 deletions
diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild index b9cff46b7c98..42ef2e7ce580 100644 --- a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild +++ b/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild @@ -1,29 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild,v 1.4 2004/06/24 21:35:38 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild,v 1.5 2004/06/25 23:02:42 vapier Exp $ DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)" HOMEPAGE="http://xjack.org/pwcrypt" SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc" - -src_compile() { - - econf || die - emake || die - -} +DEPEND="virtual/libc" src_install() { - - dobin src/pwcrypt + dobin src/pwcrypt || die dodoc [A-Z][A-Z]* - } diff --git a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild b/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild index 67a2fcb787e3..286516a410b3 100644 --- a/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.8 2004/06/24 21:40:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.8.4.ebuild,v 1.9 2004/06/25 23:03:22 vapier Exp $ RPM_V="4" DESCRIPTION="Utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time." -SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm" HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS" +SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm" + LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 ~ppc" +IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/rpm2targz" src_unpack() { @@ -32,7 +33,6 @@ src_compile() { src_install() { preplib /usr - dosbin tmpwatch doman tmpwatch.8 } diff --git a/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild b/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild index 5443f96b3552..d3a035cd2faa 100644 --- a/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild,v 1.7 2004/06/24 21:40:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.9.0.ebuild,v 1.8 2004/06/25 23:03:22 vapier Exp $ RPM_V="2" DESCRIPTION="Utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time." -SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm" HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS" +SRC_URI="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm" + LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 ppc alpha ia64 ~amd64" +IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/rpm2targz" src_unpack() { @@ -33,7 +34,6 @@ src_compile() { src_install() { preplib /usr - dosbin tmpwatch doman tmpwatch.8 } diff --git a/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild b/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild index e6cb3504684a..8b0fb52e88ec 100644 --- a/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild +++ b/app-admin/tripwire/tripwire-2.3.1.2-r1.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/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild,v 1.2 2004/06/24 21:41:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild,v 1.3 2004/06/25 23:03:40 vapier Exp $ inherit eutils flag-o-matic @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="x86 -alpha" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-util/patchutils sys-devel/automake dev-libs/openssl" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc virtual/cron virtual/mta dev-libs/openssl" diff --git a/app-admin/watchdog/watchdog-5.2.ebuild b/app-admin/watchdog/watchdog-5.2.ebuild index de77ee2fe7bc..c2efbcb97d86 100644 --- a/app-admin/watchdog/watchdog-5.2.ebuild +++ b/app-admin/watchdog/watchdog-5.2.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/watchdog-5.2.ebuild,v 1.17 2004/06/24 21:42:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/watchdog-5.2.ebuild,v 1.18 2004/06/25 23:06:54 vapier Exp $ inherit eutils -IUSE="" -DESCRIPTION="A software watchdog." +DESCRIPTION="A software watchdog" HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/" SRC_URI="http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 -ppc" -DEPEND="virtual/glibc" +IUSE="" + +DEPEND="virtual/libc" src_unpack() { unpack ${A} ; cd ${S} @@ -21,31 +22,26 @@ src_unpack() { } src_compile() { - # Two configure switches have been added to use /etc/watchdog econf \ --sysconfdir=/etc/watchdog \ - --with-configfile=/etc/watchdog/watchdog.conf || die "econf failed" + --with-configfile=/etc/watchdog/watchdog.conf \ + || die "econf failed" emake || die } src_install() { dodir /etc/watchdog make DESTDIR="${D}" install || die - exeinto /etc/init.d doexe "${FILESDIR}/${PVR}/watchdog" } pkg_postinst() { - einfo einfo "To enable the start-up script run \"rc-update add watchdog boot\"." - einfo - if [ ! -e /dev/watchdog ] + if [ ! -e ${ROOT}/dev/watchdog ] then - ewarn ewarn "No /dev/watchdog found! Make sure your kernel has watchdog support" ewarn "compiled in or the kernel module is loaded. The watchdog service" ewarn "will not start at boot until your kernel is configured properly." - ewarn fi } diff --git a/app-admin/xstow/xstow-0.4.6.ebuild b/app-admin/xstow/xstow-0.4.6.ebuild index 9e1f4cedff3a..042684e395a9 100644 --- a/app-admin/xstow/xstow-0.4.6.ebuild +++ b/app-admin/xstow/xstow-0.4.6.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.4.6.ebuild,v 1.6 2004/06/24 21:43:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.4.6.ebuild,v 1.7 2004/06/25 23:07:13 vapier Exp $ inherit eutils DESCRIPTION="replacement for GNU stow with extensions" -SRC_URI="mirror://sourceforge/xstow/${P}.tar.gz" HOMEPAGE="http://xstow.sourceforge.net/" +SRC_URI="mirror://sourceforge/xstow/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="ncurses" -DEPEND="virtual/glibc +DEPEND="virtual/libc ncurses? ( sys-libs/ncurses )" src_unpack() { diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index 97a523d49a74..dd70d07dbeab 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.16 2004/06/24 21:43:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.17 2004/06/25 23:07:33 vapier Exp $ -DESCRIPTION="Tail multiple logfiles at once, even if rotated." -SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" +DESCRIPTION="Tail multiple logfiles at once, even if rotated" HOMEPAGE="http://www.unicom.com/sw/xtail/" +SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" -SLOT="0" LICENSE="as-is" -IUSE="" +SLOT="0" KEYWORDS="x86 ppc sparc" +IUSE="" -DEPEND="virtual/glibc" - -src_compile() { - econf || die "econf failed" - emake || die -} +DEPEND="virtual/libc" src_install() { doman xtail.1 - dobin xtail + dobin xtail || die dodoc README } |