summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2008-06-22 18:24:42 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2008-06-22 18:24:42 +0000
commitdc13f6bf308dc41a378f5095637e89fa74b5bebf (patch)
tree2fba78fc92fea46710d459e456021391304fe295 /app-arch/tardy
parentRemoving mask on kde-base/ksync since it got removed. (diff)
downloadgentoo-2-dc13f6bf308dc41a378f5095637e89fa74b5bebf.tar.gz
gentoo-2-dc13f6bf308dc41a378f5095637e89fa74b5bebf.tar.bz2
gentoo-2-dc13f6bf308dc41a378f5095637e89fa74b5bebf.zip
Add gcc-4.3 patch for bug 226861. Thanks to Evil Compile Person <bugs at dev.gentooexperimental.org> and Jeremy Olexa <darkside at
gentoo dot org>. 1.16 version bump. Adding myself as a maintainer in metadata. (Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/tardy')
-rw-r--r--app-arch/tardy/ChangeLog13
-rw-r--r--app-arch/tardy/files/tardy-1.12-gcc43.patch11
-rw-r--r--app-arch/tardy/files/tardy-1.16-gcc43.patch11
-rw-r--r--app-arch/tardy/metadata.xml2
-rw-r--r--app-arch/tardy/tardy-1.12.ebuild5
-rw-r--r--app-arch/tardy/tardy-1.16.ebuild30
6 files changed, 67 insertions, 5 deletions
diff --git a/app-arch/tardy/ChangeLog b/app-arch/tardy/ChangeLog
index 24b8fb632651..0e66e0137646 100644
--- a/app-arch/tardy/ChangeLog
+++ b/app-arch/tardy/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-arch/tardy
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.7 2006/11/05 07:34:52 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.8 2008/06/22 18:24:41 vanquirius Exp $
+
+*tardy-1.16 (22 Jun 2008)
+
+ 22 Jun 2008; Marcelo Goes <vanquirius@gentoo.org>
+ +files/tardy-1.12-gcc43.patch, +files/tardy-1.16-gcc43.patch,
+ metadata.xml, tardy-1.12.ebuild, +tardy-1.16.ebuild:
+ Add gcc-4.3 patch for bug 226861. Thanks to Evil Compile Person <bugs at
+ dev.gentooexperimental.org> and Jeremy Olexa <darkside at gentoo dot org>.
+ 1.16 version bump. Adding myself as a maintainer in metadata.
05 Nov 2006; Mike Frysinger <vapier@gentoo.org>
+files/tardy-1.12-sort.patch, tardy-1.12.ebuild:
diff --git a/app-arch/tardy/files/tardy-1.12-gcc43.patch b/app-arch/tardy/files/tardy-1.12-gcc43.patch
new file mode 100644
index 000000000000..f0725837102f
--- /dev/null
+++ b/app-arch/tardy/files/tardy-1.12-gcc43.patch
@@ -0,0 +1,11 @@
+diff --exclude='*~' -Naur tardy-1.12.orig/common/filenamelist/filter/progress.cc tardy-1.12/common/filenamelist/filter/progress.cc
+--- tardy-1.12.orig/common/filenamelist/filter/progress.cc 2008-06-22 15:08:50.000000000 +0000
++++ tardy-1.12/common/filenamelist/filter/progress.cc 2008-06-22 15:09:36.000000000 +0000
+@@ -27,6 +27,7 @@
+ #include <ac/unistd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <string.h>
+
+ #include <filenamelist/filter/progress.h>
+
diff --git a/app-arch/tardy/files/tardy-1.16-gcc43.patch b/app-arch/tardy/files/tardy-1.16-gcc43.patch
new file mode 100644
index 000000000000..2801f15ba916
--- /dev/null
+++ b/app-arch/tardy/files/tardy-1.16-gcc43.patch
@@ -0,0 +1,11 @@
+diff --exclude='*~' -Naur tardy-1.16.orig/common/filenamelist/filter/progress.cc tardy-1.16/common/filenamelist/filter/progress.cc
+--- tardy-1.16.orig/common/filenamelist/filter/progress.cc 2008-04-28 22:54:43.000000000 +0000
++++ tardy-1.16/common/filenamelist/filter/progress.cc 2008-06-22 15:14:33.000000000 +0000
+@@ -23,6 +23,7 @@
+ #include <ac/unistd.h>
+ #include <ac/sys/types.h>
+ #include <ac/sys/stat.h>
++#include <string.h>
+
+ #include <filenamelist/filter/progress.h>
+
diff --git a/app-arch/tardy/metadata.xml b/app-arch/tardy/metadata.xml
index c59eb52e7b03..34bc23a3878b 100644
--- a/app-arch/tardy/metadata.xml
+++ b/app-arch/tardy/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>vanquirius@gentoo.org</email>
</maintainer>
<longdescription>Tardy is a tar post-processor for manipulating the file headers.</longdescription>
</pkgmetadata>
diff --git a/app-arch/tardy/tardy-1.12.ebuild b/app-arch/tardy/tardy-1.12.ebuild
index fdd6c9408b4c..45509f52248b 100644
--- a/app-arch/tardy/tardy-1.12.ebuild
+++ b/app-arch/tardy/tardy-1.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v 1.8 2006/11/05 07:34:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.12.ebuild,v 1.9 2008/06/22 18:24:41 vanquirius Exp $
inherit eutils
@@ -18,6 +18,7 @@ src_unpack() {
cd "${S}"
sed -i '/^CFLAGS/d' Makefile.in
epatch "${FILESDIR}"/${P}-sort.patch
+ epatch "${FILESDIR}"/${PN}-1.12-gcc43.patch
}
src_test() {
diff --git a/app-arch/tardy/tardy-1.16.ebuild b/app-arch/tardy/tardy-1.16.ebuild
new file mode 100644
index 000000000000..8d6a3de61ae4
--- /dev/null
+++ b/app-arch/tardy/tardy-1.16.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.16.ebuild,v 1.1 2008/06/22 18:24:41 vanquirius Exp $
+
+inherit eutils
+
+DESCRIPTION="A tar post-processor"
+HOMEPAGE="http://tardy.sourceforge.net/"
+SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i '/^CFLAGS/d' Makefile.in
+ epatch "${FILESDIR}"/${PN}-1.16-gcc43.patch
+}
+
+src_test() {
+ make sure || die "test failed"
+}
+
+src_install() {
+ make RPM_BUILD_ROOT="${D}" install || die "make install failed"
+ dodoc README
+}