+++ /dev/null
-# ChangeLog for mail-filter/libspf
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf/ChangeLog,v 1.1 2005/05/10 01:19:32 pfeifer Exp $
-
-*libspf-1.0.0_p3 (10 May 2005)
-
- 10 May 2005; Jay Pfeifer <pfeifer@gentoo.org> +metadata.xml,
- +libspf-1.0.0_p3.ebuild:
- Initial import closing bug 59096.
-
+++ /dev/null
-MD5 bd3928e4bc21e100dd62fb4e3459699d libspf-1.0.0_p3.ebuild 1209
-MD5 99dd12c468798720ed6fae364826ad09 ChangeLog 369
-MD5 2777a6a82693e62c50d05045375e08de metadata.xml 392
-MD5 84374eaeb5fbeb0695b8d4ea8190f8b1 files/digest-libspf-1.0.0_p3 69
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf/libspf-1.0.0_p3.ebuild,v 1.1 2005/05/10 01:19:32 pfeifer Exp $
-
-RESTRICT="nomirror"
-DESCRIPTION="libspf - An ANSI C Implementation of Sender Policy Framework."
-HOMEPAGE="http://libspf.org/"
-MY_P=${PN}-${PV/_p/-p}
-SRC_URI="http://libspf.org/files/src/${MY_P}.tar.bz2"
-
-LICENSE="libSPF"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die "econf failed"
- make all CFLAGS="${CFLAGS}" || die "make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
-
- dohtml docs/spfqtool/*.html
- dodoc Changelog INSTALL README TODO docs/{API,RFC}/*.txt docs/history/CHANGELOG*
-}
-
-pkg_postinst() {
- einfo "${P} was successfully installed."
- einfo "Please read the associated docs for help."
- einfo "Or visit the website @ ${HOMEPAGE}"
- echo
- ewarn "This package is still in unstable."
- ewarn "Please report bugs to http://bugs.gentoo.org/"
- ewarn "However, please do an advanced query to search for bugs"
- ewarn "before reporting. This will keep down on duplicates."
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-mail</herd>
-<maintainer>
- <email>pfeifer@gentoo.org</email>
- <name>Jay Pfeifer</name>
-</maintainer>
-<longdescription>An ANSI C Implementation of the Sender Policy Framework (SPF). SPF is a mechanism to stop e-mail forgery.</longdescription>
-</pkgmetadata>