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/ekg2/Manifest | 1 + net-im/ekg2/ekg2-0.3.1-r2.ebuild | 112 +++++++++++++++++++++ net-im/ekg2/ekg2-9999.ebuild | 109 ++++++++++++++++++++ ...1-Gentoo-use-vendor-dirs-for-perl-modules.patch | 25 +++++ net-im/ekg2/metadata.xml | 33 ++++++ 5 files changed, 280 insertions(+) create mode 100644 net-im/ekg2/Manifest create mode 100644 net-im/ekg2/ekg2-0.3.1-r2.ebuild create mode 100644 net-im/ekg2/ekg2-9999.ebuild create mode 100644 net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch create mode 100644 net-im/ekg2/metadata.xml (limited to 'net-im/ekg2') diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest new file mode 100644 index 000000000000..e399e9902885 --- /dev/null +++ b/net-im/ekg2/Manifest @@ -0,0 +1 @@ +DIST ekg2-0.3.1.tar.gz 1704772 SHA256 6ad360f8ca788d4f5baff226200f56922031ceda1ce0814e650fa4d877099c63 SHA512 dc107005f434f9e3011ff2be720b750b09c72fee1f9e1b47dfbf8af8eac1e27b24e028505a0d4928aedd1375a3245e93757410c742ff112ff5dac1e1a4f5a21c WHIRLPOOL 520f2eeb03e3edf3f3a622fcdcd3ca2952c69ac2503c1c5d76af5abdd7bdb12aa216d3ea22539bec2d996f5147bbf0e8198c9cc201677c8a1d2a65cecca0c1a7 diff --git a/net-im/ekg2/ekg2-0.3.1-r2.ebuild b/net-im/ekg2/ekg2-0.3.1-r2.ebuild new file mode 100644 index 000000000000..53629f3953f6 --- /dev/null +++ b/net-im/ekg2/ekg2-0.3.1-r2.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit autotools-utils eutils python-single-r1 versionator + +DESCRIPTION="Text-based, multi-protocol instant messenger" +HOMEPAGE="http://www.ekg2.org" +SRC_URI="http://pl.ekg2.org/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="gadu gif gnutls gpg gpm gsm gtk idn jpeg ncurses nls + oracle perl python readline rss spell sqlite ssl threads unicode + xmpp xosd zlib" + +RDEPEND=" + gpg? ( app-crypt/gpgme:= ) + gsm? ( media-sound/gsm:= ) + gtk? ( x11-libs/gtk+:2= ) + idn? ( net-dns/libidn:= ) + nls? ( virtual/libintl:= ) + oracle? ( dev-db/oracle-instantclient-basic:= ) + perl? ( dev-lang/perl:= ) + python? ( ${PYTHON_DEPS} ) + readline? ( sys-libs/readline:0= ) + ssl? ( dev-libs/openssl:0= ) + xosd? ( x11-libs/xosd:= ) + zlib? ( sys-libs/zlib:= ) + + gadu? ( +Date: Wed, 6 Apr 2011 16:19:46 +0200 +Subject: [PATCH] [Gentoo] use vendor dirs for perl modules. + +--- + plugins/perl/Makefile.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/plugins/perl/Makefile.in b/plugins/perl/Makefile.in +index 84d378b..309e2e2 100644 +--- a/plugins/perl/Makefile.in ++++ b/plugins/perl/Makefile.in +@@ -594,7 +594,7 @@ all-local: + set -e; for dir in $(perl_dirs); do \ + cd $$dir && \ + if [ ! -f Makefile ]; then \ +- $(PERL) Makefile.PL; \ ++ $(PERL) Makefile.PL INSTALLDIRS=vendor; \ + fi && \ + $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(AM_CFLAGS) $(CFLAGS)" && \ + cd ..; \ +-- +1.7.4.1 + diff --git a/net-im/ekg2/metadata.xml b/net-im/ekg2/metadata.xml new file mode 100644 index 000000000000..9235b334061f --- /dev/null +++ b/net-im/ekg2/metadata.xml @@ -0,0 +1,33 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + + + GIF token support for Gadu-Gadu protocol. + Enable SSL/TLS support through GnuTLS + for the plugins supporting it. If 'ssl' is enabled too, GnuTLS will + be preferred where possible (and OpenSSL will be used + elsewhere). + JPEG token support for Gadu-Gadu protocol. + + Enable the complete SSL/TLS support through OpenSSL. + This also enables the 'sim' plugin which relies on OpenSSL. + Support logging messages into Oracle database. + + + Enable Gadu-Gadu protocol support (requires + net-libs/libgadu). + Enable jabber message encryption through + app-crypt/gpgme. + Disable building extra plugins with no additional + deps. + Support encryption in sim plugin, using OpenSSL. + Support logging messages into SQLite3 database. + + -- cgit v1.2.3-18-g5258