summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2012-12-16 06:41:26 +0000
committerChris Reffett <creffett@gentoo.org>2012-12-16 06:41:26 +0000
commit440f81d41813040aac2c44158af81b404a24ea32 (patch)
tree07e7dcd9fa7d0118ab636d5e5fdb4a100ac35ba4 /sys-auth/pam-csync
parentUpdate to EAPI5. Switch to global introspection USE flag. (diff)
downloadgentoo-2-440f81d41813040aac2c44158af81b404a24ea32.tar.gz
gentoo-2-440f81d41813040aac2c44158af81b404a24ea32.tar.bz2
gentoo-2-440f81d41813040aac2c44158af81b404a24ea32.zip
Remove old version depending on now-removed csync.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'sys-auth/pam-csync')
-rw-r--r--sys-auth/pam-csync/ChangeLog5
-rw-r--r--sys-auth/pam-csync/pam-csync-0.42.0.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/sys-auth/pam-csync/ChangeLog b/sys-auth/pam-csync/ChangeLog
index 0d5ed0082361..26d7efc16607 100644
--- a/sys-auth/pam-csync/ChangeLog
+++ b/sys-auth/pam-csync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam-csync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.3 2012/10/17 06:19:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.4 2012/12/16 06:41:26 creffett Exp $
+
+ 16 Dec 2012; Chris Reffett <creffett@gentoo.org> -pam-csync-0.42.0.ebuild:
+ Remove old version depending on now-removed csync.
*pam-csync-0.42.0-r1 (17 Oct 2012)
diff --git a/sys-auth/pam-csync/pam-csync-0.42.0.ebuild b/sys-auth/pam-csync/pam-csync-0.42.0.ebuild
deleted file mode 100644
index 1285125c3a0a..000000000000
--- a/sys-auth/pam-csync/pam-csync-0.42.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0.ebuild,v 1.3 2012/10/17 06:19:37 kensington Exp $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="PAM module to provide roaming home directories for a user session"
-HOMEPAGE="http://www.csync.org/"
-SRC_URI="http://www.csync.org/files/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/iniparser-3.1
- <net-misc/csync-0.60.0
- virtual/pam
-"
-DEPEND="${DEPEND}
- app-text/asciidoc
-"
-
-S="${WORKDIR}/${P/-/_}"