hanno 14/11/14 15:18:38 Modified: ChangeLog unp-2.0_pre7.ebuild Added: unp-2.0_pre7_p1.ebuild Log: Bump, fix version issues with bash 4.3 (#526234), remove deprecated bash completion command (#526236). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.33 app-arch/unp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 27 Aug 2014 21:02:19 -0000 1.32 +++ ChangeLog 14 Nov 2014 15:18:38 -0000 1.33 @@ -1,6 +1,13 @@ # ChangeLog for app-arch/unp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.32 2014/08/27 21:02:19 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.33 2014/11/14 15:18:38 hanno Exp $ + +*unp-2.0_pre7_p1 (14 Nov 2014) + + 14 Nov 2014; <[email protected]> unp-2.0_pre7.ebuild, +unp-2.0_pre7_p1.ebuild, + +files/unp-2.0_pre7_p1-remove-deprecated-have.diff: + Bump, fix version issues with bash 4.3 (#526234), remove deprecated bash + completion command (#526236). 27 Aug 2014; Hanno Boeck <[email protected]> -unp-1.0.15-r1.ebuild, -unp-1.0.15-r2.ebuild, -unp-2.0_pre5.ebuild, 1.4 app-arch/unp/unp-2.0_pre7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild?r1=1.3&r2=1.4 Index: unp-2.0_pre7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- unp-2.0_pre7.ebuild 28 Jan 2012 15:31:25 -0000 1.3 +++ unp-2.0_pre7.ebuild 14 Nov 2014 15:18:38 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild,v 1.3 2012/01/28 15:31:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild,v 1.4 2014/11/14 15:18:38 hanno Exp $ EAPI=2 @@ -8,8 +8,8 @@ DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="http://packages.qa.debian.org/u/unp.html" -SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV/_/~}.tar.bz2" -S="${WORKDIR}/${PN}-${PV/_/~}" +SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV/_/$'\x7e'}.tar.bz2" +S="${WORKDIR}/${PN}-${PV/_/$'\x7e'}" LICENSE="GPL-2" SLOT="0" 1.1 app-arch/unp/unp-2.0_pre7_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/unp-2.0_pre7_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unp/unp-2.0_pre7_p1.ebuild?rev=1.1&content-type=text/plain Index: unp-2.0_pre7_p1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7_p1.ebuild,v 1.1 2014/11/14 15:18:38 hanno Exp $ EAPI=5 inherit eutils bash-completion-r1 DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="http://packages.qa.debian.org/u/unp.html" TEMP_PV="${PV/_pre/$'\x7e'pre}" MY_PV="${TEMP_PV/_p/+nmu}" SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${MY_PV}.tar.bz2" S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" RDEPEND="${DEPEND} dev-lang/perl" src_prepare() { epatch "${FILESDIR}/${P}-remove-deprecated-have.diff" } src_compile() { if use nls; then cd po emake fi } src_install() { dobin unp || die "dobin failed" dosym /usr/bin/unp /usr/bin/ucat doman debian/unp.1 || die "doman failed" dodoc debian/changelog debian/README.Debian dobashcomp bash_completion.d/unp if use nls; then cd po emake DESTDIR="${D}" install fi }
