diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 17:22:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 17:22:20 +0000 |
commit | 401735a757a4372e52c218fdf807c6acf66c6655 (patch) | |
tree | 238157fa85ce8c30501f8d93e67f2c5f35adeb42 /app-arch/star | |
parent | Add build-time dep on gtk/alsalib/glib to be able to rebuild aclocal.m4 (diff) | |
download | gentoo-2-401735a757a4372e52c218fdf807c6acf66c6655.tar.gz gentoo-2-401735a757a4372e52c218fdf807c6acf66c6655.tar.bz2 gentoo-2-401735a757a4372e52c218fdf807c6acf66c6655.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/star')
-rw-r--r-- | app-arch/star/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/star/files/star-1.5_alpha84-data-change-warn.patch | 31 | ||||
-rw-r--r-- | app-arch/star/star-1.5_alpha84.ebuild | 82 | ||||
-rw-r--r-- | app-arch/star/star-1.5_alpha85.ebuild | 78 |
4 files changed, 7 insertions, 193 deletions
diff --git a/app-arch/star/ChangeLog b/app-arch/star/ChangeLog index a0c14f5de843..1aa2c814de3e 100644 --- a/app-arch/star/ChangeLog +++ b/app-arch/star/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/star -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/star/ChangeLog,v 1.62 2007/12/16 08:51:02 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/star/ChangeLog,v 1.63 2008/02/21 17:22:19 armin76 Exp $ + + 21 Feb 2008; Raúl Porcel <armin76@gentoo.org> + -files/star-1.5_alpha84-data-change-warn.patch, -star-1.5_alpha84.ebuild, + -star-1.5_alpha85.ebuild: + old 16 Dec 2007; Samuli Suominen <drac@gentoo.org> star-1.5_alpha87.ebuild: amd64 stable wrt #201835 diff --git a/app-arch/star/files/star-1.5_alpha84-data-change-warn.patch b/app-arch/star/files/star-1.5_alpha84-data-change-warn.patch deleted file mode 100644 index d60fa06521a7..000000000000 --- a/app-arch/star/files/star-1.5_alpha84-data-change-warn.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- ./star/checkerr.c.orig 2007-09-12 14:22:33.000000000 +0400 -+++ ./star/checkerr.c 2007-09-12 14:21:51.000000000 +0400 -@@ -188,13 +188,10 @@ - { - register char *p = eflag; - char *ef = _endword(eflag); -- char ec; - register struct eflags *ep; - register int slen; - register UInt32_t nflags = 0; - -- ec = *ef; -- *ef = '\0'; - do { - for (ep = eflags; ep->fname; ep++) { - slen = strlen(ep->fname); -@@ -208,13 +205,11 @@ - if (ep->fname == NULL) { - if (doexit) - comerrno(EX_BAD, "Bad flag '%s'\n", p); -- *ef = ec; /* Restore old character */ - return (0); - } - p = strchr(p, '|'); -- } while (p && *p++ == '|'); -+ } while (p < ef && p && *p++ == '|'); - -- *ef = ec; /* Restore old character */ - if ((nflags & ~(UInt32_t)(E_ABORT|E_WARN)) == 0) { - if (doexit) - comerrno(EX_BAD, "Bad error condition '%s'.\n", eflag); diff --git a/app-arch/star/star-1.5_alpha84.ebuild b/app-arch/star/star-1.5_alpha84.ebuild deleted file mode 100644 index f31b9996373f..000000000000 --- a/app-arch/star/star-1.5_alpha84.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5_alpha84.ebuild,v 1.10 2007/09/28 02:29:03 kumba Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="An enhanced (world's fastest) tar, as well as enhanced mt/rmt" -HOMEPAGE="http://cdrecord.berlios.de/old/private/star.html" -SRC_URI="ftp://ftp.berlios.de/pub/${PN}/alpha/${PN}-${PV/_alpha/a}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/libc" - -S="${WORKDIR}"/${P/_alpha[0-9][0-9]} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-data-change-warn.patch - - cd "${S}"/DEFAULTS - sed -i \ - -e 's:/opt/schily:/usr:g' \ - -e 's:bin:root:g' \ - -e 's:/usr/src/linux/include:/usr/include:' \ - Defaults.linux - - if use amd64 ; then - cd "${S}"/RULES - cp i386-linux-cc.rul x86_64-linux-cc.rul - cp i386-linux-gcc.rul x86_64-linux-gcc.rul - fi - - if use ppc64 ; then - cd "${S}"/RULES - cp ppc-linux-cc.rul ppc64-linux-cc.rul - cp ppc-linux-gcc.rul ppc64-linux-gcc.rul - fi -} - -src_compile() { - make CC="$(tc-getCC)" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die -} - -src_install() { - # Joerg Schilling suggested to integrate star into the main OS using call: - # make INS_BASE=/usr DESTDIR="${D}" install - - dobin star/OBJ/*-*-cc/star || die "dobin star failed" - dobin tartest/OBJ/*-*-cc/tartest || die "dobin tartest failed" - dobin star_sym/OBJ/*-*-cc/star_sym || die "dobin star_sym failed" - dobin mt/OBJ/*-*-cc/smt || die "dobin smt failed" - - newsbin rmt/OBJ/*-*-cc/rmt rmt.star - newman rmt/rmt.1 rmt.star.1 - - # Note that we should never install gnutar, tar or rmt in this package. - # tar and rmt are provided by app-arch/tar. gnutar is not compatible with - # GNU tar and breakes compilation, or init scripts. bug #33119 - dosym /usr/bin/{star,ustar} - dosym /usr/bin/{star,spax} - dosym /usr/bin/{star,scpio} - dosym /usr/bin/{star,suntar} - - # match is needed to understand the pattern matcher, if you wondered why ;) - mv star/{star.4,star.5} - doman man/man1/match.1 tartest/tartest.1 \ - star/{star.5,star.1,spax.1,scpio.1,suntar.1} - - insinto /etc/default - newins star/star.dfl star - newins rmt/rmt.dfl rmt - - dodoc star/{README.ACL,README.crash,README.largefiles,README.otherbugs} \ - star/{README.pattern,README.pax,README.posix-2001,README,STARvsGNUTAR} \ - rmt/default-rmt.sample TODO AN-* Changelog CONTRIBUTING -} diff --git a/app-arch/star/star-1.5_alpha85.ebuild b/app-arch/star/star-1.5_alpha85.ebuild deleted file mode 100644 index f78ee837d4be..000000000000 --- a/app-arch/star/star-1.5_alpha85.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5_alpha85.ebuild,v 1.1 2007/10/08 15:38:20 pva Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="An enhanced (world's fastest) tar, as well as enhanced mt/rmt" -HOMEPAGE="http://cdrecord.berlios.de/old/private/star.html" -SRC_URI="ftp://ftp.berlios.de/pub/${PN}/alpha/${PN}-${PV/_alpha/a}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1 CDDL-Schily" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -S=${WORKDIR}/${P/_alpha[0-9][0-9]} - -src_unpack() { - unpack ${A} - cd "${S}" - - cd "${S}"/DEFAULTS - sed -i \ - -e 's:/opt/schily:/usr:g' \ - -e 's:bin:root:g' \ - -e 's:/usr/src/linux/include:/usr/include:' \ - Defaults.linux - - if use amd64 ; then - cd "${S}"/RULES - cp i386-linux-cc.rul x86_64-linux-cc.rul - cp i386-linux-gcc.rul x86_64-linux-gcc.rul - fi - - if use ppc64 ; then - cd "${S}"/RULES - cp ppc-linux-cc.rul ppc64-linux-cc.rul - cp ppc-linux-gcc.rul ppc64-linux-gcc.rul - fi -} - -src_compile() { - make CC="$(tc-getCC)" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die -} - -src_install() { - # Joerg Schilling suggested to integrate star into the main OS using call: - # make INS_BASE=/usr DESTDIR="${D}" install - - dobin star/OBJ/*-*-cc/star || die "dobin star failed" - dobin tartest/OBJ/*-*-cc/tartest || die "dobin tartest failed" - dobin star_sym/OBJ/*-*-cc/star_sym || die "dobin star_sym failed" - dobin mt/OBJ/*-*-cc/smt || die "dobin smt failed" - - newsbin rmt/OBJ/*-*-cc/rmt rmt.star - newman rmt/rmt.1 rmt.star.1 - - # Note that we should never install gnutar, tar or rmt in this package. - # tar and rmt are provided by app-arch/tar. gnutar is not compatible with - # GNU tar and breakes compilation, or init scripts. bug #33119 - dosym /usr/bin/{star,ustar} - dosym /usr/bin/{star,spax} - dosym /usr/bin/{star,scpio} - dosym /usr/bin/{star,suntar} - - # match is needed to understand the pattern matcher, if you wondered why ;) - mv star/{star.4,star.5} - doman man/man1/match.1 tartest/tartest.1 \ - star/{star.5,star.1,spax.1,scpio.1,suntar.1} - - insinto /etc/default - newins star/star.dfl star - newins rmt/rmt.dfl rmt - - dodoc star/{README.ACL,README.crash,README.largefiles,README.otherbugs} \ - star/{README.pattern,README.pax,README.posix-2001,README,STARvsGNUTAR} \ - rmt/default-rmt.sample TODO AN-* Changelog CONTRIBUTING -} |