From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- net-im/sendxmpp/Manifest | 2 ++ net-im/sendxmpp/metadata.xml | 8 ++++++++ net-im/sendxmpp/sendxmpp-1.23.ebuild | 22 ++++++++++++++++++++++ net-im/sendxmpp/sendxmpp-1.24.ebuild | 20 ++++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 net-im/sendxmpp/Manifest create mode 100644 net-im/sendxmpp/metadata.xml create mode 100644 net-im/sendxmpp/sendxmpp-1.23.ebuild create mode 100644 net-im/sendxmpp/sendxmpp-1.24.ebuild (limited to 'net-im/sendxmpp') diff --git a/net-im/sendxmpp/Manifest b/net-im/sendxmpp/Manifest new file mode 100644 index 000000000000..a441cd210609 --- /dev/null +++ b/net-im/sendxmpp/Manifest @@ -0,0 +1,2 @@ +DIST sendxmpp-1.24.tar.gz 9657 SHA256 dfaf735b4585efd6b3b0f95db31203f9ab0fe607b50e75c6951bc18a6269837d SHA512 349aac46ad4e13836f797f953d1acb33014d66de2bebed4961bcd981b765b5f0014bd2291a7355f0f8e80db522e3e843088fe08c0a21d4dda360dc2834db4842 WHIRLPOOL 81752d7b8843be27db101c0e20ebaccfe14a403f0064214e1b430ddd1117e6b81ab3ccf3e96bcc123e79601bb4658124e11b850799bf6a984cd1127965b5af8f +DIST sendxmpp_1.23.orig.tar.gz 9196 SHA256 8a8b408ebd1df0157418981035748d9eb2464d353c5ea8ac48b074b8a85b9616 SHA512 65cbda52450a3537982d0c8f94265a1f8c336379ea4e4bc56c772bb613ea03fe25feb85fb4c8e3b26a48ad03d0c5e07188268e07c1da9981cb1dab87b17d9ba8 WHIRLPOOL e522c3950014f1cffc890ab2bdbfe6a4d3c0a9278fb935eec6918ce013011ed6037dcc912b4671c3a8fbca02245f8192ebb915571bf96381a19d6ab923f26a01 diff --git a/net-im/sendxmpp/metadata.xml b/net-im/sendxmpp/metadata.xml new file mode 100644 index 000000000000..b0475f13df49 --- /dev/null +++ b/net-im/sendxmpp/metadata.xml @@ -0,0 +1,8 @@ + + + + net-im + + lhost/sendxmpp + + diff --git a/net-im/sendxmpp/sendxmpp-1.23.ebuild b/net-im/sendxmpp/sendxmpp-1.23.ebuild new file mode 100644 index 000000000000..8e1921f7c953 --- /dev/null +++ b/net-im/sendxmpp/sendxmpp-1.23.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit perl-module + +DESCRIPTION="sendxmpp is 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 diff --git a/net-im/sendxmpp/sendxmpp-1.24.ebuild b/net-im/sendxmpp/sendxmpp-1.24.ebuild new file mode 100644 index 000000000000..114b808f824a --- /dev/null +++ b/net-im/sendxmpp/sendxmpp-1.24.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="https://github.com/lhost/${PN}/archive/v${PV}.tar.gz -> ${P}.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" -- cgit v1.2.3-65-gdbad