summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-11 13:08:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-11 13:08:43 +0000
commit6fd5ee8d1aaa23fd783ef4fcd0fc595aa33726a2 (patch)
treea3b2f95958ee01ecf2032938bee8e8babb6f3684 /sys-auth
parentnew upstream release. (diff)
downloadgentoo-2-6fd5ee8d1aaa23fd783ef4fcd0fc595aa33726a2.tar.gz
gentoo-2-6fd5ee8d1aaa23fd783ef4fcd0fc595aa33726a2.tar.bz2
gentoo-2-6fd5ee8d1aaa23fd783ef4fcd0fc595aa33726a2.zip
Update HOMEPAGE (and dependencies).
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_dotfile/ChangeLog8
-rw-r--r--sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild20
-rw-r--r--sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild8
3 files changed, 21 insertions, 15 deletions
diff --git a/sys-auth/pam_dotfile/ChangeLog b/sys-auth/pam_dotfile/ChangeLog
index 605a54dc23f0..e9730a92deda 100644
--- a/sys-auth/pam_dotfile/ChangeLog
+++ b/sys-auth/pam_dotfile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_dotfile
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.6 2006/10/12 16:22:46 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.7 2007/07/11 13:08:43 flameeyes Exp $
+
+ 11 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> pam_dotfile-0.7.ebuild,
+ pam_dotfile-0.7-r1.ebuild:
+ Update HOMEPAGE (and dependencies).
12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
pam_dotfile-0.7-r1.ebuild:
diff --git a/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild b/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
index 21090cf0509f..d25f2e14ba0b 100644
--- a/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
+++ b/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
@@ -1,6 +1,6 @@
-# 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-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild,v 1.4 2006/10/12 16:22:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild,v 1.5 2007/07/11 13:08:43 flameeyes Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -12,16 +12,18 @@ S="${WORKDIR}/${MY_P}"
PATCHLEVEL="1"
DESCRIPTION="pam module to allow password-storing in \$HOME/dotfiles"
-HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"
-SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_P}.tar.gz
+HOMEPAGE="http://0pointer.de/lennart/projects/pam_dotfile/"
+SRC_URI="http://0pointer.de/lennart/projects/pam_dotfile/${MY_P}.tar.gz
http://digilander.libero.it/dgp85/gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="doc"
-DEPEND="doc? ( www-client/lynx )
- virtual/pam"
+
+RDEPEND="virtual/pam"
+DEPEND="${RDEPEND}
+ doc? ( www-client/lynx )"
src_unpack() {
unpack ${A}
@@ -43,10 +45,10 @@ src_compile() {
}
src_install() {
- make -C src DESTDIR=${D} install
- make -C man DESTDIR=${D} install
+ make -C src DESTDIR="${D}" install
+ make -C man DESTDIR="${D}" install
- rm -f ${D}/$(getpam_mod_dir)/pam_dotfile.la
+ rm -f "${D}"/$(getpam_mod_dir)/pam_dotfile.la
fperms 4111 /usr/sbin/pam-dotfile-helper
dodoc README
diff --git a/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild b/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild
index 7d90fa309532..4f362e79b549 100644
--- a/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild
+++ b/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.1 2005/07/02 14:04:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.2 2007/07/11 13:08:43 flameeyes Exp $
MY_P="${P/_beta/beta}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="pam module to allow password-storing in \$HOME/dotfiles"
-HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"
-SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_P}.tar.gz"
+HOMEPAGE="http://0pointer.de/lennart/projects/pam_dotfile/"
+SRC_URI="http://0pointer.de/lennart/projects/pam_dotfile/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"