commit:     ef57ed159c91361b80836342a9f983cbe862d3e0
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 12:17:42 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 12:18:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef57ed15

app-misc/vlock: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/vlock/vlock-2.2.3-r1.ebuild | 62 ------------------------------------
 1 file changed, 62 deletions(-)

diff --git a/app-misc/vlock/vlock-2.2.3-r1.ebuild 
b/app-misc/vlock/vlock-2.2.3-r1.ebuild
deleted file mode 100644
index f183632cfac..00000000000
--- a/app-misc/vlock/vlock-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit epatch pam toolchain-funcs user
-
-COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664"
-
-DESCRIPTION="A console screen locker"
-HOMEPAGE="https://github.com/WorMzy/vlock";
-SRC_URI="https://github.com/WorMzy/vlock/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="pam test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       !>=sys-apps/kbd-2.0.4-r1[pam]
-       pam? ( sys-libs/pam )"
-
-DEPEND="
-       ${RDEPEND}
-       test? ( dev-util/cunit )"
-
-DOCS=( ChangeLog PLUGINS README README.X11 SECURITY STYLE TODO )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.2.2-asneeded.patch"
-       "${FILESDIR}/${PN}-2.2.2-test_process.patch"
-)
-
-pkg_setup() {
-       enewgroup "${PN}"
-}
-
-src_configure() {
-       local myconf="--enable-shadow"
-       use pam && myconf="--enable-pam"
-
-       # this package has handmade configure system which fails with econf...
-       ./configure \
-               --prefix=/usr \
-               --mandir=/usr/share/man \
-               --libdir=/usr/$(get_libdir) \
-               ${myconf} \
-               CC="$(tc-getCC)" \
-               LD="$(tc-getLD)" \
-               CFLAGS="${CFLAGS} -pedantic -std=gnu99" \
-               LDFLAGS="${LDFLAGS}" || die "configure failed"
-}
-
-src_install() {
-       default
-
-       # See bug #637598.
-       epatch "${FILESDIR}/${P}-echo-printf.patch"
-
-       use pam && pamd_mimic_system vlock auth
-}

Reply via email to