diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-libs/libetpan | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r-- | net-libs/libetpan/Manifest | 2 | ||||
-rw-r--r-- | net-libs/libetpan/files/libetpan-1.0-ldflags.patch | 18 | ||||
-rw-r--r-- | net-libs/libetpan/files/libetpan-1.0-nonnull.patch | 12 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-1.1.ebuild | 81 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-1.5.ebuild | 72 | ||||
-rw-r--r-- | net-libs/libetpan/metadata.xml | 17 |
6 files changed, 202 insertions, 0 deletions
diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest new file mode 100644 index 000000000000..4c33ea657aaf --- /dev/null +++ b/net-libs/libetpan/Manifest @@ -0,0 +1,2 @@ +DIST libetpan-1.1.tar.gz 1657767 SHA256 ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b WHIRLPOOL a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291 +DIST libetpan-1.5.tar.gz 6139416 SHA256 42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5 WHIRLPOOL c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e diff --git a/net-libs/libetpan/files/libetpan-1.0-ldflags.patch b/net-libs/libetpan/files/libetpan-1.0-ldflags.patch new file mode 100644 index 000000000000..215128283f35 --- /dev/null +++ b/net-libs/libetpan/files/libetpan-1.0-ldflags.patch @@ -0,0 +1,18 @@ +--- configure.ac.orig 2010-04-20 20:29:01.136283062 +0200 ++++ configure.ac 2010-04-20 20:29:45.884283632 +0200 +@@ -455,11 +455,11 @@ + for flag in "pthreads" "pthread"; do + if test "x$checkpthread" = "xyes"; then + AC_MSG_CHECKING([for pthread_create with -$flag]) +- OLDFLAGS="$LDFLAGS" +- LDFLAGS="-$flag $LDFLAGS" +- AC_TRY_LINK([], [pthread_create();], ++ OLDLIBS="$LIBS" ++ LIBS="$LIBS -l$flag" ++ AC_TRY_LINK([], [pthread_create();], + [pthflag=yes; checkpthread=no], +- [pthflag=no; LDFLAGS="$OLDFLAGS"]) ++ [pthflag=no; LIBS="$OLDLIBS"]) + AC_MSG_RESULT($pthflag) + fi + done diff --git a/net-libs/libetpan/files/libetpan-1.0-nonnull.patch b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch new file mode 100644 index 000000000000..0710cfdad94e --- /dev/null +++ b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch @@ -0,0 +1,12 @@ +http://sourceforge.net/mailarchive/forum.php?thread_name=k2vfc2c80ae1004051048n4a2b5ab0y85ab946c2a556544%40mail.gmail.com&forum_name=libetpan-devel +--- src/low-level/nntp/Makefile.am 2011-06-14 15:37:14.511603732 +0300 ++++ src/low-level/nntp/Makefile.am 2011-06-14 15:38:42.000000000 +0300 +@@ -35,6 +35,8 @@ + AM_CPPFLAGS = -I$(top_builddir)/include \ + -I$(top_srcdir)/src/data-types + ++CFLAGS += -Wno-nonnull ++ + noinst_LTLIBRARIES = libnntp.la + + libnntp_la_SOURCES = \ diff --git a/net-libs/libetpan/libetpan-1.1.ebuild b/net-libs/libetpan/libetpan-1.1.ebuild new file mode 100644 index 000000000000..dfea485a1df0 --- /dev/null +++ b/net-libs/libetpan/libetpan-1.1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit autotools eutils + +DESCRIPTION="A portable, efficient middleware for different kinds of mail access" +HOMEPAGE="http://libetpan.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs" + +DEPEND="berkdb? ( sys-libs/db ) + gnutls? ( net-libs/gnutls ) + !gnutls? ( ssl? ( dev-libs/openssl ) ) + sasl? ( dev-libs/cyrus-sasl ) + liblockfile? ( net-libs/liblockfile )" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch + + sed -i \ + -e "s/-O2 -g//" \ + -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \ + configure.ac + + eautoreconf +} + +src_configure() { + local sslconf + + if use ssl; then + if use gnutls; then + sslconf="--with-gnutls --without-openssl" + else + sslconf="--without-gnutls --with-openssl" + fi + else + if use gnutls; then + sslconf="--with-gnutls --without-openssl" + else + sslconf="--without-gnutls --without-openssl" + fi + fi + + # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so + # libtool recognises it as valid shell (bug #300211) + use prefix && export CONFIG_SHELL=${BASH} + # The configure script contains an error, in that it doesn't check the + # argument of --enable-{debug,optim}, hence --disable-debug results in + # --enable-debug=no, which isn't checked and debugging flags are blindly + # injected. So, avoid passing --disable-debug when we don't need it. + econf \ + $(use debug && echo --enable-debug) \ + $(use_enable berkdb db) \ + $(use_with sasl) \ + $(use_enable ipv6) \ + $(use_enable liblockfile lockfile) \ + $(use_enable static-libs static) \ + ${sslconf} +} + +src_install() { + default + use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + +} + +pkg_postinst() { + echo + ewarn "The soname for libetpan has changed after libetpan-1.1." + ewarn "If you have upgraded from that or earlier version, it is recommended to run" + ewarn "revdep-rebuild to fix any linking errors caused by this change." + echo +} diff --git a/net-libs/libetpan/libetpan-1.5.ebuild b/net-libs/libetpan/libetpan-1.5.ebuild new file mode 100644 index 000000000000..0b90ba5c872c --- /dev/null +++ b/net-libs/libetpan/libetpan-1.5.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="A portable, efficient middleware for different kinds of mail access" +HOMEPAGE="http://libetpan.sourceforge.net/" +SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs" + +DEPEND="berkdb? ( sys-libs/db ) + gnutls? ( net-libs/gnutls ) + !gnutls? ( ssl? ( dev-libs/openssl ) ) + sasl? ( dev-libs/cyrus-sasl ) + liblockfile? ( net-libs/liblockfile )" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch + + sed -i \ + -e "s/-O2 -g//" \ + -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \ + configure.ac + + eautoreconf +} + +src_configure() { + local sslconf + + if use ssl; then + if use gnutls; then + sslconf="--with-gnutls --without-openssl" + else + sslconf="--without-gnutls --with-openssl" + fi + else + if use gnutls; then + sslconf="--with-gnutls --without-openssl" + else + sslconf="--without-gnutls --without-openssl" + fi + fi + + # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so + # libtool recognises it as valid shell (bug #300211) + use prefix && export CONFIG_SHELL=${BASH} + # The configure script contains an error, in that it doesn't check the + # argument of --enable-{debug,optim}, hence --disable-debug results in + # --enable-debug=no, which isn't checked and debugging flags are blindly + # injected. So, avoid passing --disable-debug when we don't need it. + econf \ + $(use debug && echo --enable-debug) \ + $(use_enable berkdb db) \ + $(use_with sasl) \ + $(use_enable ipv6) \ + $(use_enable liblockfile lockfile) \ + $(use_enable static-libs static) \ + ${sslconf} +} + +src_install() { + default + use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + +} diff --git a/net-libs/libetpan/metadata.xml b/net-libs/libetpan/metadata.xml new file mode 100644 index 000000000000..218dc03e567f --- /dev/null +++ b/net-libs/libetpan/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <longdescription lang="en"> + libEtPan ! is a mail purpose library. It will be used for low-level mail + handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and + SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir), + message / MIME parser + </longdescription> + <use> + <flag name="liblockfile">Enable support for liblockfile library</flag> + </use> + <upstream> + <remote-id type="github">dinhviethoa/libetpan</remote-id> + </upstream> +</pkgmetadata> |