diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:27:00 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:27:00 +0100 |
commit | 9f26fa96499b78b4f329ab1e4b7b7907f45d9d57 (patch) | |
tree | b1bd59b44b78b4c8e606ae4e63c4f711bfce3ff6 /net-im/sendxmpp | |
parent | x11-themes/clearlooks-phenix: Drop old (diff) | |
download | gentoo-9f26fa96499b78b4f329ab1e4b7b7907f45d9d57.tar.gz gentoo-9f26fa96499b78b4f329ab1e4b7b7907f45d9d57.tar.bz2 gentoo-9f26fa96499b78b4f329ab1e4b7b7907f45d9d57.zip |
net-im/sendxmpp: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im/sendxmpp')
-rw-r--r-- | net-im/sendxmpp/Manifest | 1 | ||||
-rw-r--r-- | net-im/sendxmpp/sendxmpp-1.23.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-im/sendxmpp/Manifest b/net-im/sendxmpp/Manifest index f9086f397b6b..ce677caedebb 100644 --- a/net-im/sendxmpp/Manifest +++ b/net-im/sendxmpp/Manifest @@ -1,2 +1 @@ DIST sendxmpp-1.24.tar.gz 9657 BLAKE2B c1dbf65c031d7178b996b4309cab149038774c40aa903185d99f1cf26c9a803b623d5a72e3991e30c929b9f236d7cfe2e2828e92b1f135e7e791e001d58142e1 SHA512 349aac46ad4e13836f797f953d1acb33014d66de2bebed4961bcd981b765b5f0014bd2291a7355f0f8e80db522e3e843088fe08c0a21d4dda360dc2834db4842 -DIST sendxmpp_1.23.orig.tar.gz 9196 BLAKE2B 16ec292478610d58c92ea50a46e24ac86656102966dfda3eb917b65af7c6cb13fb254b257fbf78d1f8040e2237d378450774c72f090c22cbd2bd3aed77da1367 SHA512 65cbda52450a3537982d0c8f94265a1f8c336379ea4e4bc56c772bb613ea03fe25feb85fb4c8e3b26a48ad03d0c5e07188268e07c1da9981cb1dab87b17d9ba8 diff --git a/net-im/sendxmpp/sendxmpp-1.23.ebuild b/net-im/sendxmpp/sendxmpp-1.23.ebuild deleted file mode 100644 index 85910cbbd41a..000000000000 --- a/net-im/sendxmpp/sendxmpp-1.23.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module - -DESCRIPTION="A perl-script to send xmpp (jabber), similar to what mail(1) does for mail" -HOMEPAGE="http://sendxmpp.hostname.sk/" -SRC_URI="mirror://debian/pool/main/s/sendxmpp/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" -IUSE="" - -RDEPEND="dev-perl/Net-XMPP - dev-perl/Authen-SASL - virtual/perl-Getopt-Long" - -S="${WORKDIR}"/lhost-${PN}-610082b |