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 /mail-filter/procmail-lib | |
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 'mail-filter/procmail-lib')
-rw-r--r-- | mail-filter/procmail-lib/Manifest | 2 | ||||
-rw-r--r-- | mail-filter/procmail-lib/metadata.xml | 8 | ||||
-rw-r--r-- | mail-filter/procmail-lib/procmail-lib-20081108.ebuild | 24 | ||||
-rw-r--r-- | mail-filter/procmail-lib/procmail-lib-20091202.ebuild | 24 |
4 files changed, 58 insertions, 0 deletions
diff --git a/mail-filter/procmail-lib/Manifest b/mail-filter/procmail-lib/Manifest new file mode 100644 index 000000000000..6ae015435c4e --- /dev/null +++ b/mail-filter/procmail-lib/Manifest @@ -0,0 +1,2 @@ +DIST procmail-lib-2008.1108.tar.gz 763653 SHA256 11604d007fc95ba084b824a0c8a15aa55281670a14fb4e4a05033c10f1536a65 SHA512 54a9ffa7bd5e5554c0d48efa59c22ed4aaa635d3b87a3b8cdc2b660ab8a4acdd1dfa39d7d816ed3ebc379ddc7e8e58e54e0f0fb8c8f6eb51661201f03bc0332b WHIRLPOOL b6661ab8e97966fc6075409501ff83c10093c13989ebb745c1db071029a9dd83ad7ef2cc5df19ffd315552dbb3cb72c7ce5dce2336e82b253bbf51b7781119dc +DIST procmail-lib-2009.1202.tar.gz 765078 SHA256 f08fc745b66d0743974dfe8194b5016766d68fa8bea0af7da35c9adb60e46b27 SHA512 374681de60f7ba55f6581b248684841482eca01b04bf81b67fca8fc62caf1e7acc5e7562db16f6aa11fa072bee032e54e925081483e3987f820c9863d19e4a97 WHIRLPOOL 52c11be6e01497b009f5175eac9718a4aacb8a9fdb141af9dd45c39792430191e578395ab2c1bbd452cae4920c18ed3a3383b2580d01fa6e24de776cc314a501 diff --git a/mail-filter/procmail-lib/metadata.xml b/mail-filter/procmail-lib/metadata.xml new file mode 100644 index 000000000000..875462bb5ba5 --- /dev/null +++ b/mail-filter/procmail-lib/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <upstream> + <remote-id type="freshmeat">procmail-lib</remote-id> + </upstream> +</pkgmetadata> diff --git a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild new file mode 100644 index 000000000000..5c8016e5a81d --- /dev/null +++ b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_PV="${PV:0:4}.${PV:4}" + +DESCRIPTION="Procmail Module Library is a collection of modules for Procmail" +HOMEPAGE="http://freshmeat.net/projects/procmail-lib" +SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="mail-filter/procmail" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + emake DESTDIR="${D}" prefix=/usr install || die "make install failed" + mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}" +} diff --git a/mail-filter/procmail-lib/procmail-lib-20091202.ebuild b/mail-filter/procmail-lib/procmail-lib-20091202.ebuild new file mode 100644 index 000000000000..c9a03979ae48 --- /dev/null +++ b/mail-filter/procmail-lib/procmail-lib-20091202.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_PV="${PV:0:4}.${PV:4}" + +DESCRIPTION="Procmail Module Library is a collection of modules for Procmail" +HOMEPAGE="http://freshmeat.net/projects/procmail-lib" +SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="mail-filter/procmail" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + emake DESTDIR="${D}" prefix=/usr install || die "make install failed" + mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}" +} |