summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-02-28 15:37:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-02-28 15:37:55 +0000
commit49295702c7abbd65a71ab8805b90ba990578d4c7 (patch)
tree949bca6abb42e6eec5b6ddc1d0c9270ddec47742 /sys-libs
parentReverting to unstable, security bugs 163817, 168449, 168529 (diff)
downloadgentoo-2-49295702c7abbd65a71ab8805b90ba990578d4c7.tar.gz
gentoo-2-49295702c7abbd65a71ab8805b90ba990578d4c7.tar.bz2
gentoo-2-49295702c7abbd65a71ab8805b90ba990578d4c7.zip
switch to using tarball instead of an rpm: patch from Martin von Gagern in bug #167311
(Portage version: 2.1.2-r12)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libutempter/ChangeLog9
-rw-r--r--sys-libs/libutempter/files/digest-libutempter-1.1.4.16
-rw-r--r--sys-libs/libutempter/libutempter-1.1.4.1.ebuild16
3 files changed, 17 insertions, 14 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog
index 74cf7e517339..0f757fbb2b56 100644
--- a/sys-libs/libutempter/ChangeLog
+++ b/sys-libs/libutempter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libutempter
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.21 2006/10/14 19:58:23 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.22 2007/02/28 15:37:55 seemant Exp $
+
+ 28 Feb 2007; Seemant Kulleen <seemant@gentoo.org>
+ libutempter-1.1.4.1.ebuild:
+ switch to using tarball instead of an rpm: patch from Martin von Gagern in
+ bug #167311
14 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
libutempter-1.1.4.1.ebuild:
diff --git a/sys-libs/libutempter/files/digest-libutempter-1.1.4.1 b/sys-libs/libutempter/files/digest-libutempter-1.1.4.1
index d74478c803da..01cbcde418c5 100644
--- a/sys-libs/libutempter/files/digest-libutempter-1.1.4.1
+++ b/sys-libs/libutempter/files/digest-libutempter-1.1.4.1
@@ -1,3 +1,3 @@
-MD5 0056192bf0624ba621cae0b7c12375a8 libutempter-1.1.4-alt1.src.rpm 22109
-RMD160 c93eba3195887e246ff0906b1613d7e2b3a7b4f6 libutempter-1.1.4-alt1.src.rpm 22109
-SHA256 a3f5cbad47665305e335424a6fbfefb702b58ab5592e4069c75040dde6a7b320 libutempter-1.1.4-alt1.src.rpm 22109
+MD5 b60ade66538e807ca28ca68a7a8dd3b9 libutempter-1.1.4.tar.bz2 14583
+RMD160 380718e5531d7b396784e2e7298f25ef12606c2d libutempter-1.1.4.tar.bz2 14583
+SHA256 ca09ab18a8d29a5f0af1ce04e19924839f108f0cadbba90dd3e3a33c4dbf092c libutempter-1.1.4.tar.bz2 14583
diff --git a/sys-libs/libutempter/libutempter-1.1.4.1.ebuild b/sys-libs/libutempter/libutempter-1.1.4.1.ebuild
index a98864901c06..fd37082912f6 100644
--- a/sys-libs/libutempter/libutempter-1.1.4.1.ebuild
+++ b/sys-libs/libutempter/libutempter-1.1.4.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.15 2006/10/14 19:58:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.16 2007/02/28 15:37:55 seemant Exp $
-inherit rpm eutils flag-o-matic versionator toolchain-funcs
+inherit eutils flag-o-matic versionator toolchain-funcs
+
+MY_P=${PN}-$(get_version_component_range 1-3)
+S=${WORKDIR}/${MY_P}
-MY_P=${PN}-$(replace_version_separator 3 '-alt')
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-#PATCHVER="1"
DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info, which need root access"
HOMEPAGE="http://altlinux.org/index.php?module=sisyphus&package=libutempter"
-SRC_URI="ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/${MY_P}.src.rpm"
+SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -21,8 +21,6 @@ RDEPEND="!virtual/utempter"
PROVIDE="virtual/utempter"
-PATCHDIR="${WORKDIR}/gentoo/patches"
-
pkg_setup() {
enewgroup utmp 406
}