From: W. Trevor King Date: Mon, 16 Dec 2013 17:04:35 +0000 (-0800) Subject: app-crypt/monkeysphere: Remove now that it's in upstream Gentoo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2402bedf74186d88c7328ff8f7a5a8d3748b3d1;p=wtk-overlay.git app-crypt/monkeysphere: Remove now that it's in upstream Gentoo With Kristian Fiskerstrand as the proxy maintainer [1]. https://bugs.gentoo.org/show_bug.cgi?id=313253#c13 --- diff --git a/app-crypt/monkeysphere/ChangeLog b/app-crypt/monkeysphere/ChangeLog deleted file mode 100644 index fcc0344..0000000 --- a/app-crypt/monkeysphere/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for app-crypt/monkeysphere -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*monkeysphere-9999 (03 Apr 2012) - 03 Apr 2012; W. Trevor King monkeysphere-9999.ebuild: - - Add http://http-git.tremily.us URL for users with restrictive - firewalls. Note that my repository does not always quite match up - with the upstream trunk. - -*monkeysphere-9999 (09 Dec 2011) - 09 Dec 2011; W. Trevor King monkeysphere-9999.ebuild : - - Update to use git-2 eclass and fix DEPEND -> RDEPEND typo in - DEPEND setup. - -*monkeysphere-9999 (28 May 2011) - 28 May 2011; W. Trevor King monkeysphere-9999.ebuild : - - Add enewuser/enewgroup to support monkeysphere-host - -*monkeysphere-9999 (25 May 2011) - 25 May 2011; W. Trevor King ChangeLog, metadata.xml, monkeysphere-9999.ebuild : - - Created ebuild suite for monkeysphere - - Added initial ChangeLog which should be updated whenever the - package is updated in any way. This changelog is targetted to - users. This means that the comments should well explained and - written in clean English. The details about writing correct - changelogs are explained in the skel.ChangeLog file which you can - find in the root directory of the portage repository. diff --git a/app-crypt/monkeysphere/Manifest b/app-crypt/monkeysphere/Manifest deleted file mode 100644 index 06aa01a..0000000 --- a/app-crypt/monkeysphere/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD monkeysphere-9999.ebuild 1923 RMD160 4e849d807556ee8b543f759dbcc3eabe9c3eee99 SHA1 14176797c0302f32d60335be5740abd0182a6b05 SHA256 43bc23fb577f10af1fe3fbd9fbdcc5a7871a54709ad7d29a216a52e93d66ffe6 -MISC ChangeLog 1304 RMD160 987d6c35de5be3f45e51d1c0446815a4a42cb8ea SHA1 8c2513eead862d17932c2cd1e5312f50f981fec0 SHA256 2179fb2a91422e63adb5b48420e90087be0090032047c87f3f960a6d34641a7f -MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/app-crypt/monkeysphere/metadata.xml b/app-crypt/monkeysphere/metadata.xml deleted file mode 100644 index d124928..0000000 --- a/app-crypt/monkeysphere/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - wking@drexel.edu - W. Trevor King - - diff --git a/app-crypt/monkeysphere/monkeysphere-9999.ebuild b/app-crypt/monkeysphere/monkeysphere-9999.ebuild deleted file mode 100644 index 336ae53..0000000 --- a/app-crypt/monkeysphere/monkeysphere-9999.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -inherit eutils - -if [[ ${PV} == "9999" ]] ; then - inherit git-2 - EGIT_BRANCH="master" - EGIT_REPO_URI="git://git.monkeysphere.info/${PN} - http://http-git.tremily.us/${PN}.git" - SRC_URI="" -else - MY_P="${P/-/_}" - SRC_URI="http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/${MY_P}.orig.tar.gz" -fi - -DESCRIPTION="use the OpenPGP web of trust to verify ssh connections" -HOMEPAGE="http://web.monkeysphere.info/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -#RESTRICT="test" # ssh connection failed - -RDEPEND="app-crypt/gnupg - dev-perl/Crypt-OpenSSL-Bignum - dev-perl/Crypt-OpenSSL-RSA - virtual/perl-Digest-SHA - virtual/perl-MIME-Base64 - net-misc/openssh - net-misc/socat - || ( - app-misc/lockfile-progs - mail-filter/procmail - )" -DEPEND="test? ( ${RDEPEND} )" - -pkg_setup() { - enewgroup "${PN}" - enewuser "${PN}" -1 -1 -1 "${PN}" -} - -src_install() { - emake install DESTDIR="${D}" - rm -rf "${ED}usr/share/doc/${PN}" - - keepdir /var/lib/${PN} - fperms 770 /var/lib/${PN} - fowners "${PN}:${PN}" "/var/lib/${PN}" - - dodoc Changelog README - dodoc -r examples/ -} - -pkg_postinst() { - elog "Monkeysphere ssh config stanza (for ~/.ssh/config or /etc/ssh_config)" - elog "This checks for host keys in the OpenPGP WoT:" - elog "" - elog "Host *" - elog "ProxyCommand monkeysphere ssh-proxycommand %h %p" - elog "" - elog "To be able to use some 'monkeysphere-host' commands, you need to be a" - elog "member of the group 'monkeysphere' which has just been added to your" - elog "system. You can add your user to the group by running the following" - elog "command as root:" - elog - elog " usermod -a -G monkeysphere youruser" - elog - elog "Please be aware that you need to either re-login or run" - elog - elog " newgrp - monkeysphere" - elog - elog "for the group membership to take effect." -}