mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/sgeps: Remove last-rited pkg
Closes: https://bugs.gentoo.org/682914 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sgeps-0_pre15.tar.xz 3284 BLAKE2B e30662e1353e6b4bf1680f730152d972c769d7728b9d30fa8a01d76c40b65549f8cb63d616cf70119201952ee1b0f7ec7aae087a1e37f36e7c6df3ece1259494 SHA512 8ebf5f492baaf6ee7f93054a9afcc6c4318f755d85190ce2576c89a88908ee132283af873a37f60f611683689bc7e2e77903c95c6020c80ad916ebabf4583702
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>enrico.tagliavini@gmail.com</email>
|
||||
<name>Enrico Tagliavini</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="simple GnuPG-encrypted password store written in perl"
|
||||
HOMEPAGE="http://roland.entierement.nu/blog/2010/01/22/simple-gnupg-encrypted-password-store.html"
|
||||
SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="zsh-completion"
|
||||
|
||||
RDEPEND="app-crypt/gnupg
|
||||
dev-lang/perl
|
||||
virtual/perl-Storable
|
||||
virtual/perl-File-Temp
|
||||
virtual/perl-Getopt-Long
|
||||
dev-perl/Config-Simple
|
||||
zsh-completion? ( app-shells/zsh )"
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dobin sgeps pwsafe2sgeps
|
||||
if use zsh-completion ; then
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins zsh-completion _sgeps
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To make use of sgeps, remember to create a configuration file as"
|
||||
elog " ~/.config/sgeps.conf with these values:"
|
||||
elog ""
|
||||
elog "store = ~/somewhere/safe"
|
||||
elog "keyid = 012345678"
|
||||
elog ""
|
||||
elog "If you want to use the --copy options you should install x11-misc/xclip"
|
||||
}
|
||||
@@ -546,13 +546,6 @@ net-libs/ftplib
|
||||
# Removal in 30 days. Bug #637484.
|
||||
net-misc/netkit-rwho
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (13 Apr 2019)
|
||||
# Apparently this was last updated in 2012. It's unclear if the proxied
|
||||
# maintainer actually ever maintained it since it was imported in 2010.
|
||||
# The HOMEPAGE is now empty. app-admin/pass is a good alternative.
|
||||
# Removal in 30 days. Bug #682914.
|
||||
app-crypt/sgeps
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (13 Apr 2019)
|
||||
# Old ruby24-only slots of Rails-related packages
|
||||
# These no longer have reverse dependencies or newer
|
||||
|
||||
Reference in New Issue
Block a user