summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-05-11 20:38:24 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-05-11 20:38:24 +0000
commitb552edf5f2276e4a0a7f5e75358eef7b927dbdb3 (patch)
tree9e3cefbd276147f19ad3438152ac5d8217b2fb85 /sys-apps/utempter
parentadding apache2 useflag (Manifest recommit) (diff)
downloadgentoo-2-b552edf5f2276e4a0a7f5e75358eef7b927dbdb3.tar.gz
gentoo-2-b552edf5f2276e4a0a7f5e75358eef7b927dbdb3.tar.bz2
gentoo-2-b552edf5f2276e4a0a7f5e75358eef7b927dbdb3.zip
stable on x86, and removed cruft versions
Diffstat (limited to 'sys-apps/utempter')
-rw-r--r--sys-apps/utempter/ChangeLog6
-rw-r--r--sys-apps/utempter/files/digest-utempter-0.5.21
-rw-r--r--sys-apps/utempter/files/digest-utempter-0.5.3.2-r11
-rw-r--r--sys-apps/utempter/utempter-0.5.2.ebuild27
-rw-r--r--sys-apps/utempter/utempter-0.5.3.2-r1.ebuild58
-rw-r--r--sys-apps/utempter/utempter-0.5.5.4.ebuild4
6 files changed, 7 insertions, 90 deletions
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog
index 22cce8e85260..ccc37fcd1319 100644
--- a/sys-apps/utempter/ChangeLog
+++ b/sys-apps/utempter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/utempter
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.13 2004/05/10 16:05:34 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.14 2004/05/11 20:38:24 seemant Exp $
+
+ 11 May 2004; Seemant Kulleen <seemant@gentoo.org> -utempter-0.5.2.ebuild,
+ -utempter-0.5.3.2-r1.ebuild, utempter-0.5.5.4.ebuild:
+ stable on x86, and removed cruft versions
10 May 2004; Jon Portnoy <avenj@gentoo.org> utempter-0.5.5.4.ebuild :
Stable on AMD64.
diff --git a/sys-apps/utempter/files/digest-utempter-0.5.2 b/sys-apps/utempter/files/digest-utempter-0.5.2
deleted file mode 100644
index 4dfc43b60a53..000000000000
--- a/sys-apps/utempter/files/digest-utempter-0.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7945baa995e1dbc0b6bc3d8c0487214b utempter-0.5.2.tar.gz 12574
diff --git a/sys-apps/utempter/files/digest-utempter-0.5.3.2-r1 b/sys-apps/utempter/files/digest-utempter-0.5.3.2-r1
deleted file mode 100644
index de29205476b8..000000000000
--- a/sys-apps/utempter/files/digest-utempter-0.5.3.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d664e65249161a92400b5d442a2a159 utempter-0.5.3-2.src.rpm 19395
diff --git a/sys-apps/utempter/utempter-0.5.2.ebuild b/sys-apps/utempter/utempter-0.5.2.ebuild
deleted file mode 100644
index 1f9908da57eb..000000000000
--- a/sys-apps/utempter/utempter-0.5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.2.ebuild,v 1.11 2004/04/09 19:14:44 spyderous Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="App that allows non-privileged apps to write utmp (login) info, which needs root access"
-# no homepage really, but redhat are the authors
-HOMEPAGE="http://www.redhat.com"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
-
-RDEPEND="virtual/glibc"
-
-
-src_compile() {
- export RPM_OPT_FLAGS="${CFLAGS}"
- make || die
-}
-
-src_install() {
- make RPM_BUILD_ROOT="${D}" install
- dobin utmp
- dodoc COPYING
-}
diff --git a/sys-apps/utempter/utempter-0.5.3.2-r1.ebuild b/sys-apps/utempter/utempter-0.5.3.2-r1.ebuild
deleted file mode 100644
index 1d9dee33cf1c..000000000000
--- a/sys-apps/utempter/utempter-0.5.3.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.3.2-r1.ebuild,v 1.4 2004/04/26 21:30:50 vapier Exp $
-
-inherit rpm eutils
-
-MY_P=${P%.*}-${PV##*.}
-S=${WORKDIR}/${P%.*}
-DESCRIPTION="App that allows non-privileged apps to write utmp (login) info, which needs root access"
-HOMEPAGE="http://www.redhat.com/"
-SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/1/SRPMS/${MY_P}.src.rpm"
-
-LICENSE="MIT | LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa arm amd64 ~ia64 ~ppc64"
-IUSE=""
-
-RDEPEND="virtual/glibc"
-
-pkg_setup() {
- enewgroup utmp 406
-}
-
-src_unpack() {
- rpm_src_unpack
-# cd ${S}
- epatch ${FILESDIR}/${P}-soname-makefile-fix.patch
-}
-
-src_compile() {
- make RPM_OPT_FLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make \
- RPM_BUILD_ROOT="${D}" \
- LIBDIR=/usr/lib \
- install || die
- dobin utmp
-}
-
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- if [ -f /var/log/wtmp ]
- then
- chown root:utmp /var/log/wtmp
- chmod 664 /var/log/wtmp
- fi
-
- if [ -f /var/run/utmp ]
- then
- chown root:utmp /var/run/utmp
- chmod 664 /var/run/utmp
- fi
- fi
-}
diff --git a/sys-apps/utempter/utempter-0.5.5.4.ebuild b/sys-apps/utempter/utempter-0.5.5.4.ebuild
index f1e9b24df9e3..db84493c5f91 100644
--- a/sys-apps/utempter/utempter-0.5.5.4.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.4 2004/05/10 16:05:34 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.5 2004/05/11 20:38:24 seemant Exp $
inherit rpm eutils
@@ -12,7 +12,7 @@ SRC_URI="ftp://fr2.rpmfind.net/linux/fedora/core/development/SRPMS/${MY_P}.src.r
LICENSE="MIT | LGPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64 ~ppc64"
IUSE=""
RDEPEND="virtual/glibc"