diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-13 10:20:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-13 10:20:23 +0000 |
commit | b15eacd9df307911d7ce28d0a5d01d459866a309 (patch) | |
tree | 8abb13e96da9576bb44f258060bd2c06a4235d97 | |
parent | removed cruft, and bloody tonnes of it (diff) | |
download | gentoo-2-b15eacd9df307911d7ce28d0a5d01d459866a309.tar.gz gentoo-2-b15eacd9df307911d7ce28d0a5d01d459866a309.tar.bz2 gentoo-2-b15eacd9df307911d7ce28d0a5d01d459866a309.zip |
more cruft
-rw-r--r-- | dev-libs/cyrus-sasl/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r2.ebuild | 120 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r3.ebuild | 123 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.7-r3.ebuild | 112 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r2 | 1 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r3 | 1 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7-r3 | 1 |
7 files changed, 0 insertions, 364 deletions
diff --git a/dev-libs/cyrus-sasl/Manifest b/dev-libs/cyrus-sasl/Manifest index 05b9f700df36..7412805e9cff 100644 --- a/dev-libs/cyrus-sasl/Manifest +++ b/dev-libs/cyrus-sasl/Manifest @@ -1,14 +1,9 @@ MD5 3f81216b8fbe549b9c885473bfab579d cyrus-sasl-1.5.27-r6.ebuild 2774 -MD5 d78a79a5a68744d17bbd6fc13cb679ee cyrus-sasl-2.1.10-r2.ebuild 3301 MD5 1db16d3513871817a8b4efcb16bf6f51 cyrus-sasl-2.1.13.ebuild 3292 -MD5 8a92327ff3e70b717596aebe1c87ad59 cyrus-sasl-2.1.7-r3.ebuild 3001 MD5 ea6ea07ae111539aa580d35a09bf2afe cyrus-sasl-1.5.27-r5.ebuild 2699 -MD5 48500eedaf288a4df6a93732e118a554 cyrus-sasl-2.1.10-r3.ebuild 3369 MD5 32234693ffdfcb41da592a74a6d7a664 ChangeLog 7489 MD5 6d3c58ecd8d6d3da231db3e44d345bbe files/cyrus-sasl-2.1.6-iovec.diff 1405 MD5 5d8f83e453b4f7dff5eeee74335de870 files/cyrus-sasl-1.5.24-rpath.patch 448 -MD5 85390378a069cb37e50f662926f5fc99 files/digest-cyrus-sasl-2.1.10-r2 70 -MD5 85390378a069cb37e50f662926f5fc99 files/digest-cyrus-sasl-2.1.10-r3 70 MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r5 69 MD5 6690c1dc7a0e2c6219719eea1b367ab5 files/digest-cyrus-sasl-1.5.27-r6 69 MD5 5cae6fb7465603cab6243e14d0382543 files/saslauthd.confd 909 @@ -25,7 +20,6 @@ MD5 a302e1b2ed33b7965de1a307cd25a32d files/cyrus-sasl-2.1.12-db4.patch 1902 MD5 9a317f7aa562936a829574f63aefce15 files/cyrus-sasl-saslauthd.patch 4938 MD5 75aaabf38cf470bae9a928a334c3cb59 files/cyrus-sasl-configdir.patch 8510 MD5 692a355142b7cfb937cd8a3a655c0310 files/cyrus-sasl-heimdal-deps.patch 624 -MD5 3210d9146194268368b84240b8933352 files/digest-cyrus-sasl-2.1.7-r3 69 MD5 c1e3be15214652c1d1036f7cb84fe8fe files/cyrus-sasl2-heimdal-deps.patch 1478 MD5 e13f74e7ff91c036fa377c50fefe223b files/digestmd5.patch 2839 MD5 0a6a28252ab81d3b3765967b11517fa8 files/cyrus-sasl-iovec.diff 1405 diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r2.ebuild deleted file mode 100644 index 9277b4c85156..000000000000 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r2.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r2.ebuild,v 1.2 2003/02/13 10:36:16 vapier Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" -HOMEPAGE="http://asg.web.cmu.edu/sasl/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" - -LICENSE="as-is" -SLOT="2" -KEYWORDS="x86 ~ppc -sparc " - -IUSE="gdbm berkdb ldap mysql kerberos" - -inherit eutils - -RDEPEND=">=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/openssl-0.9.6d - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - berkdb? ( >=sys-libs/db-3.2.9 ) - ldap? ( >=net-nds/openldap-2.0.25 ) - mysql? ( >=dev-db/mysql-3.23.51 ) - kerberos? ( virtual/krb5 )" - -DEPEND="${RDEPEND} - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake" - -src_unpack() { - unpack ${A} ; cd ${S} - - # Fix depends for heimdal needed in saslv2 too - epatch ${FILESDIR}/${PN}2-heimdal-deps.patch - - # Fix for gssapi seg faulting problem? - epatch ${FILESDIR}/gssapi-sefault.patch - - # Fix for digestmd5 segfault with sendmail/smart host. - epatch ${FILESDIR}/digestmd5.patch -} - -src_compile() { - - local myconf - - libtoolize --copy --force - aclocal -I config -I cmulocal || die - autoheader || die - automake -a --foreign || die - autoconf || die - autoconf saslauthd/configure.in > saslauthd/configure || die - chmod +x saslauthd/configure || die - - use ldap && myconf="${myconf} --with-ldap" \ - || myconf="${myconf} --without-ldap" - - use mysql && myconf="${myconf} --with-mysql" \ - || myconf="${myconf} --without-mysql" - - if use berkdb; then - myconf="${myconf} --with-dblib=berkeley" - elif use gdbm; then - myconf="${myconf} --with-dblib=gdbm --with-gdbm=/usr" - else - myconf="${myconf} --with-dblib=berkeley" - fi - - use static && myconf="${myconf} --enable-static --with-staticsasl" \ - || myconf="${myconf} --disable-static --without-staticsasl" - - use kerberos && myconf="${myconf} --enable-gssapi=/usr" \ - || myconf="${myconf} --disable-gssapi" - - econf \ - --with-saslauthd=/var/lib/sasl2 \ - --with-pwcheck=/var/lib/sasl2 \ - --with-configdir=/etc/sasl2 \ - --with-openssl \ - --with-plugindir=/usr/lib/sasl2 \ - --with-dbpath=/etc/sasl2/sasldb2 \ - --with-des \ - --with-rc4 \ - --disable-krb4 \ - --with-gnu-ld \ - --enable-shared \ - --disable-sample \ - --enable-login \ - ${myconf} || die "bad ./configure" - - make MAKE=emake || die "compile problem" -} - -src_install () { - - einstall || die "install problem" - - dodoc AUTHORS ChangeLog COPYING NEWS README doc/*.txt - docinto examples ; dodoc sample/{*.[ch],Makefile} - newdoc pwcheck/README README.pwcheck - dohtml doc/* - - dodir /var/lib/sasl2 - dodir /etc/sasl2 - # generate an empty sasldb2 with correct permissions - LD_OLD=${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH=${S}/lib/.libs - echo "gentoo" | ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -p cyrus - ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -d cyrus - export LD_LIBRARY_PATH=${LD_OLD} - chown root.mail ${D}etc/sasl2/sasldb2 - chmod 0640 ${D}etc/sasl2/sasldb2 - - insinto /etc/conf.d ; newins ${FILESDIR}/saslauthd.confd saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/saslauthd2.rc6 saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/pwcheck.rc6 pwcheck -} diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r3.ebuild deleted file mode 100644 index 8e82a197b52d..000000000000 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r3.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.10-r3.ebuild,v 1.1 2003/05/28 11:56:46 pauldv Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" -HOMEPAGE="http://asg.web.cmu.edu/sasl/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" - -LICENSE="as-is" -SLOT="2" -KEYWORDS="~x86 ~ppc -sparc " - -IUSE="gdbm berkdb ldap mysql kerberos" - -inherit eutils - -RDEPEND=">=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/openssl-0.9.6d - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - berkdb? ( >=sys-libs/db-3.2.9 ) - ldap? ( >=net-nds/openldap-2.0.25 ) - mysql? ( >=dev-db/mysql-3.23.51 ) - kerberos? ( virtual/krb5 )" - -DEPEND="${RDEPEND} - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake" - -src_unpack() { - unpack ${A} ; cd ${S} - - # Fix depends for heimdal needed in saslv2 too - epatch ${FILESDIR}/${PN}2-heimdal-deps.patch - - # Fix for gssapi seg faulting problem? - epatch ${FILESDIR}/gssapi-sefault.patch - - # Fix for digestmd5 segfault with sendmail/smart host. - epatch ${FILESDIR}/digestmd5.patch - - # Fix to detect db4 correctly - epatch ${FILESDIR}/${P}-db4.patch -} - -src_compile() { - - local myconf - - libtoolize --copy --force - aclocal -I config -I cmulocal || die - autoheader || die - automake -a --foreign || die - autoconf || die - autoconf saslauthd/configure.in > saslauthd/configure || die - chmod +x saslauthd/configure || die - - use ldap && myconf="${myconf} --with-ldap" \ - || myconf="${myconf} --without-ldap" - - use mysql && myconf="${myconf} --with-mysql" \ - || myconf="${myconf} --without-mysql" - - if use berkdb; then - myconf="${myconf} --with-dblib=berkeley" - elif use gdbm; then - myconf="${myconf} --with-dblib=gdbm --with-gdbm=/usr" - else - myconf="${myconf} --with-dblib=berkeley" - fi - - use static && myconf="${myconf} --enable-static --with-staticsasl" \ - || myconf="${myconf} --disable-static --without-staticsasl" - - use kerberos && myconf="${myconf} --enable-gssapi=/usr" \ - || myconf="${myconf} --disable-gssapi" - - econf \ - --with-saslauthd=/var/lib/sasl2 \ - --with-pwcheck=/var/lib/sasl2 \ - --with-configdir=/etc/sasl2 \ - --with-openssl \ - --with-plugindir=/usr/lib/sasl2 \ - --with-dbpath=/etc/sasl2/sasldb2 \ - --with-des \ - --with-rc4 \ - --disable-krb4 \ - --with-gnu-ld \ - --enable-shared \ - --disable-sample \ - --enable-login \ - ${myconf} || die "bad ./configure" - - make MAKE=emake || die "compile problem" -} - -src_install () { - - einstall || die "install problem" - - dodoc AUTHORS ChangeLog COPYING NEWS README doc/*.txt - docinto examples ; dodoc sample/{*.[ch],Makefile} - newdoc pwcheck/README README.pwcheck - dohtml doc/* - - dodir /var/lib/sasl2 - dodir /etc/sasl2 - # generate an empty sasldb2 with correct permissions - LD_OLD=${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH=${S}/lib/.libs - echo "gentoo" | ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -p cyrus - ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -d cyrus - export LD_LIBRARY_PATH=${LD_OLD} - chown root.mail ${D}etc/sasl2/sasldb2 - chmod 0640 ${D}etc/sasl2/sasldb2 - - insinto /etc/conf.d ; newins ${FILESDIR}/saslauthd.confd saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/saslauthd2.rc6 saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/pwcheck.rc6 pwcheck -} diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7-r3.ebuild deleted file mode 100644 index 10b2db974a6b..000000000000 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7-r3.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.7-r3.ebuild,v 1.4 2003/06/06 23:58:22 rphillips Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" -HOMEPAGE="http://asg.web.cmu.edu/sasl/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" - -LICENSE="as-is" -SLOT="2" -KEYWORDS="x86 -ppc -sparc " - -RDEPEND=">=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/openssl-0.9.6d - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - berkdb? ( >=sys-libs/db-3.2.9 ) - ldap? ( >=net-nds/openldap-2.0.25 ) - mysql? ( >=dev-db/mysql-3.23.51 ) - kerberos? ( >=app-crypt/mit-krb5-1.2.5 )" - -DEPEND="${RDEPEND} - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake" - - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/cyrus-sasl-iovec.diff || die - patch -p1 < ${FILESDIR}/crypt.diff || die - patch -p0 < ${FILESDIR}/cyrus-sasl-gcc32.patch || die - -} - -src_compile() { - - local myconf - - libtoolize --copy --force - aclocal -I config -I cmulocal - autoheader - autoconf - automake -a --foreign - - use ldap && myconf="${myconf} --with-ldap" \ - || myconf="${myconf} --without-ldap" - - use mysql && myconf="${myconf} --with-mysql" \ - || myconf="${myconf} --without-mysql" - - if use berkdb; then - myconf="${myconf} --with-dblib=berkeley" - elif use gdbm; then - myconf="${myconf} --with-dblib=gdbm --with-gdbm=/usr" - else - myconf="${myconf} --with-dblib=berkeley" - fi - - use static && myconf="${myconf} --enable-static --with-staticsasl" \ - || myconf="${myconf} --disable-static --without-staticsasl" - - use kerberos && myconf="${myconf} --enable-gssapi" \ - || myconf="${myconf} --disable-gssapi" - - econf \ - --with-saslauthd=/var/lib/sasl2 \ - --with-pwcheck=/var/lib/sasl2 \ - --with-configdir=/etc/sasl2 \ - --with-openssl \ - --with-plugindir=/usr/lib/sasl2 \ - --with-dbpath=/etc/sasl2/sasldb2 \ - --with-des \ - --with-rc4 \ - --disable-krb4 \ - --with-gnu-ld \ - --enable-shared \ - --disable-sample \ - --enable-login \ - ${myconf} || die "bad ./configure" - - make || die "compile problem" -} - -src_install () { - - einstall || die "install problem" - - dodoc AUTHORS ChangeLog COPYING NEWS README doc/*.txt - docinto examples ; dodoc sample/{*.[ch],Makefile} - newdoc pwcheck/README README.pwcheck - dohtml doc/* - - dodir /var/lib/sasl2 - dodir /etc/sasl2 - # generate an empty sasldb2 with correct permissions - LD_OLD=${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH=${S}/lib/.libs - echo "gentoo" | ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -p cyrus - ${D}usr/sbin/saslpasswd2 -f ${D}etc/sasl2/sasldb2 -d cyrus - export LD_LIBRARY_PATH=${LD_OLD} - chown root.mail ${D}etc/sasl2/sasldb2 - chmod 0640 ${D}etc/sasl2/sasldb2 - - insinto /etc/conf.d ; newins ${FILESDIR}/saslauthd.confd saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/saslauthd2.rc6 saslauthd - exeinto /etc/init.d ; newexe ${FILESDIR}/pwcheck.rc6 pwcheck -} diff --git a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r2 b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r2 deleted file mode 100644 index bc95eab8e136..000000000000 --- a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ac2a696c091a76ce6c7db27e5d859d4 cyrus-sasl-2.1.10.tar.gz 1325286 diff --git a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r3 b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r3 deleted file mode 100644 index bc95eab8e136..000000000000 --- a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.10-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ac2a696c091a76ce6c7db27e5d859d4 cyrus-sasl-2.1.10.tar.gz 1325286 diff --git a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7-r3 b/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7-r3 deleted file mode 100644 index f63f2f378471..000000000000 --- a/dev-libs/cyrus-sasl/files/digest-cyrus-sasl-2.1.7-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a73e12bea77e96300103aaf511c6bfc4 cyrus-sasl-2.1.7.tar.gz 1266804 |