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-mail/ripole | |
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-mail/ripole')
-rw-r--r-- | net-mail/ripole/Manifest | 2 | ||||
-rw-r--r-- | net-mail/ripole/files/ripole-0.2.0-ldflags.patch | 19 | ||||
-rw-r--r-- | net-mail/ripole/metadata.xml | 9 | ||||
-rw-r--r-- | net-mail/ripole/ripole-0.2.1.ebuild | 29 | ||||
-rw-r--r-- | net-mail/ripole/ripole-0.2.2.ebuild | 29 |
5 files changed, 88 insertions, 0 deletions
diff --git a/net-mail/ripole/Manifest b/net-mail/ripole/Manifest new file mode 100644 index 000000000000..d8b713f86347 --- /dev/null +++ b/net-mail/ripole/Manifest @@ -0,0 +1,2 @@ +DIST ripole-0.2.1.tar.gz 31031 SHA256 ba858d7ec382ad478f0a5b1a3a7591105448ca26c3ea801bf815f37f826e4cc6 SHA512 bec441ab80219bbd2f5032603a655a5211fbc046d1ea61d5d42ea9bc0e3d6cdd6ef1beb3bb51be4616c94d5cbb45c9e9f64cc3f1ada3733b7f850730d4df68fb WHIRLPOOL 6effefed6fd9aed6497cb33e763549322d77c8de6b93dd2bb2aa9c7e7577ab88700d6de2441812b72de9641549f001917b8a3d0ef232ee3706969eafe9c5f93d +DIST ripole-0.2.2.tar.gz 30629 SHA256 990cb5b682ce87c77a5b619b79c449991ac9d8b2a7f095494a37df759c6b5563 SHA512 de3a4fe511e11d4ed8b5589aaf102c60c59c8a3cbbd1d988955b89d597ac7a5992f63a7ac36d8aad3916fa9f6311c5a0260136d534973fdf1b4a5fa5296b6b92 WHIRLPOOL 5277be1db0d6e2cc78ccc43bb111d33362a27113dc7ed906a142651ff3504ae590eda1b26da17bb1089ea48de4a4435dbdafaa285b3d96871723aa6cf9b76159 diff --git a/net-mail/ripole/files/ripole-0.2.0-ldflags.patch b/net-mail/ripole/files/ripole-0.2.0-ldflags.patch new file mode 100644 index 000000000000..b1de50217660 --- /dev/null +++ b/net-mail/ripole/files/ripole-0.2.0-ldflags.patch @@ -0,0 +1,19 @@ +commit eae881de61b8622913761d88a79ee827d8dee002 +Author: Eray Aslan <eras@gentoo.org> +Date: Mon Jun 6 13:03:44 2011 +0300 + + Respect LDFLAGS - bug #337843 + +diff --git a/Makefile b/Makefile +index e32ba91..c5240ae 100644 +--- a/Makefile ++++ b/Makefile +@@ -12,7 +12,7 @@ clean: + rm -f *.o ripole + + ripole: $(OBJS) ripole.[ch] +- $(CC) $(CFLAGS) $(OBJS) $(DEFINES) ripole.c -o ripole ++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(DEFINES) ripole.c -o ripole + + validate: ripole + cp ripole validate diff --git a/net-mail/ripole/metadata.xml b/net-mail/ripole/metadata.xml new file mode 100644 index 000000000000..389bbbe812ff --- /dev/null +++ b/net-mail/ripole/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <longdescription> + ripOLE is a small program/library designed to pull out attachments from + OLE2 data files (ie, MS Office documents). + </longdescription> +</pkgmetadata> diff --git a/net-mail/ripole/ripole-0.2.1.ebuild b/net-mail/ripole/ripole-0.2.1.ebuild new file mode 100644 index 000000000000..43744da95c2d --- /dev/null +++ b/net-mail/ripole/ripole-0.2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils toolchain-funcs + +DESCRIPTION="Program/library to pull out attachment from OLE2 data files" +HOMEPAGE="http://www.pldaniels.com/ripole/" +SRC_URI="http://www.pldaniels.com/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 hppa ~sparc x86" +IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.2.0-ldflags.patch +} + +src_compile() { + emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" +} + +src_install() { + dobin ripole + dodoc CHANGELOG README CONTRIBUTORS +} diff --git a/net-mail/ripole/ripole-0.2.2.ebuild b/net-mail/ripole/ripole-0.2.2.ebuild new file mode 100644 index 000000000000..494985e91add --- /dev/null +++ b/net-mail/ripole/ripole-0.2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils toolchain-funcs + +DESCRIPTION="Program/library to pull out attachment from OLE2 data files" +HOMEPAGE="http://www.pldaniels.com/ripole/" +SRC_URI="http://www.pldaniels.com/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" +IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.2.0-ldflags.patch +} + +src_compile() { + emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" +} + +src_install() { + dobin ripole + dodoc CHANGELOG README CONTRIBUTORS +} |