summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
commit976da5f4e8df79ce64416fd5968d258ad4451bfc (patch)
tree46ce0b46cd3c5f506574d455b8fd279224cef53c /net-libs/libesmtp
parentadded php virtual (diff)
downloadgentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.gz
gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.bz2
gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.zip
repoman'd
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r--net-libs/libesmtp/files/digest-libesmtp-0.8.5_pre31
-rw-r--r--net-libs/libesmtp/files/digest-libesmtp-0.8.61
-rw-r--r--net-libs/libesmtp/files/digest-libesmtp-0.8.91
-rw-r--r--net-libs/libesmtp/libesmtp-0.8.12.ebuild17
-rw-r--r--net-libs/libesmtp/libesmtp-0.8.5_pre3.ebuild27
-rw-r--r--net-libs/libesmtp/libesmtp-0.8.6.ebuild27
-rw-r--r--net-libs/libesmtp/libesmtp-0.8.9.ebuild27
7 files changed, 10 insertions, 91 deletions
diff --git a/net-libs/libesmtp/files/digest-libesmtp-0.8.5_pre3 b/net-libs/libesmtp/files/digest-libesmtp-0.8.5_pre3
deleted file mode 100644
index f9fb054d6eff..000000000000
--- a/net-libs/libesmtp/files/digest-libesmtp-0.8.5_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 515afd5f7756a690fabd97af9da336ec libesmtp-0.8.5pre3.tar.bz2 310330
diff --git a/net-libs/libesmtp/files/digest-libesmtp-0.8.6 b/net-libs/libesmtp/files/digest-libesmtp-0.8.6
deleted file mode 100644
index 8c5c92217430..000000000000
--- a/net-libs/libesmtp/files/digest-libesmtp-0.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2b0faec540e606109535f6ba76f3a45b libesmtp-0.8.6.tar.bz2 313171
diff --git a/net-libs/libesmtp/files/digest-libesmtp-0.8.9 b/net-libs/libesmtp/files/digest-libesmtp-0.8.9
deleted file mode 100644
index dcd2422a3f8a..000000000000
--- a/net-libs/libesmtp/files/digest-libesmtp-0.8.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 546e765b3809f2704e50a9cc03301657 libesmtp-0.8.9.tar.bz2 222969
diff --git a/net-libs/libesmtp/libesmtp-0.8.12.ebuild b/net-libs/libesmtp/libesmtp-0.8.12.ebuild
index 4ab2e29bdcb4..cdfa22ca54dc 100644
--- a/net-libs/libesmtp/libesmtp-0.8.12.ebuild
+++ b/net-libs/libesmtp/libesmtp-0.8.12.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.4 2002/07/17 06:28:53 seemant Exp $
-A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="libESMTP is a library that implements the client side of the SMTP protocol"
-SRC_URI="http://www.stafford.uklinux.net/libesmtp/${A}"
+SRC_URI="http://www.stafford.uklinux.net/libesmtp/${P}.tar.bz2"
HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/index.html"
-DEPEND="virtual/glibc
- >=sys-devel/libtool-1.3.5-r2
+DEPEND=">=sys-devel/libtool-1.3.5-r2
ssl? ( >=dev-libs/openssl-0.9.6b )"
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
+
src_compile() {
local myconf
- use ssl || myconf="$myconf --without-openssl"
+ use ssl || myconf="${myconf} --without-openssl"
./configure --prefix=/usr ${myconf} || die "configure failed"
emake || die "emake failed"
@@ -22,6 +24,7 @@ src_compile() {
src_install () {
make prefix=${D}/usr install || die "make install failed"
- dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO doc/api.xml
+ dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO
+ dohtml doc/api.xml
}
diff --git a/net-libs/libesmtp/libesmtp-0.8.5_pre3.ebuild b/net-libs/libesmtp/libesmtp-0.8.5_pre3.ebuild
deleted file mode 100644
index 733c742bffc2..000000000000
--- a/net-libs/libesmtp/libesmtp-0.8.5_pre3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.5_pre3.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
-
-PKG=libesmtp-0.8.5pre3
-A=${PKG}.tar.bz2
-S=${WORKDIR}/${PKG}
-DESCRIPTION="libESMTP is a library that implements the client side of the SMTP protocol"
-SRC_URI="http://www.stafford.uklinux.net/libesmtp/${A}"
-HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/index.html"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- try ./configure --prefix=/usr --host=${CHOST} --enable-require-all-recipients
- make || die
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr install
- dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO doc/api.xml
-
-}
-
diff --git a/net-libs/libesmtp/libesmtp-0.8.6.ebuild b/net-libs/libesmtp/libesmtp-0.8.6.ebuild
deleted file mode 100644
index 825d1147593c..000000000000
--- a/net-libs/libesmtp/libesmtp-0.8.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.6.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="libESMTP is a library that implements the client side of the SMTP protocol"
-SRC_URI="http://www.stafford.uklinux.net/libesmtp/${A}"
-HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/index.html"
-
-DEPEND="virtual/glibc
- >=sys-devel/libtool-1.3.5-r2
- ssl? ( >=dev-libs/openssl-0.9.6b )"
-
-src_compile() {
- local myconf
- use ssl || myconf="$myconf --without-openssl"
-
- ./configure --prefix=/usr --enable-require-all-recipients $myconf
- assert "configure failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make prefix=${D}/usr install || die "make install failed"
- dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO doc/api.xml
-}
diff --git a/net-libs/libesmtp/libesmtp-0.8.9.ebuild b/net-libs/libesmtp/libesmtp-0.8.9.ebuild
deleted file mode 100644
index af0fd826aa25..000000000000
--- a/net-libs/libesmtp/libesmtp-0.8.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.9.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="libESMTP is a library that implements the client side of the SMTP protocol"
-SRC_URI="http://www.stafford.uklinux.net/libesmtp/${A}"
-HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/index.html"
-
-DEPEND="virtual/glibc
- >=sys-devel/libtool-1.3.5-r2
- ssl? ( >=dev-libs/openssl-0.9.6b )"
-
-src_compile() {
- local myconf
- use ssl || myconf="$myconf --without-openssl"
-
- ./configure --prefix=/usr --enable-require-all-recipients $myconf
- assert "configure failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make prefix=${D}/usr install || die "make install failed"
- dodoc AUTHORS COPYING COPYING.GPL INSTALL ChangeLog NEWS Notes README TODO doc/api.xml
-}