* [gentoo-commits] gentoo-x86 commit in app-arch/dpkg: ChangeLog dpkg-1.15.1.ebuild
@ 2009-05-21 21:00 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2009-05-21 21:00 UTC (permalink / raw
To: gentoo-commits
jer 09/05/21 21:00:22
Modified: ChangeLog
Added: dpkg-1.15.1.ebuild
Log:
Version bump. Rewritten -nls.patch. Drop -start-stop-daemon.8.patch as that is fixed upstream now.
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.88 app-arch/dpkg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 4 May 2009 16:34:30 -0000 1.87
+++ ChangeLog 21 May 2009 21:00:22 -0000 1.88
@@ -1,6 +1,13 @@
# ChangeLog for app-arch/dpkg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.87 2009/05/04 16:34:30 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.88 2009/05/21 21:00:22 jer Exp $
+
+*dpkg-1.15.1 (21 May 2009)
+
+ 21 May 2009; Jeroen Roovers <jer@gentoo.org> +dpkg-1.15.1.ebuild,
+ +files/dpkg-1.15.1-nls.patch:
+ Version bump. Rewritten -nls.patch. Drop -start-stop-daemon.8.patch as
+ that is fixed upstream now.
04 May 2009; <yvasilev@gentoo.org>
files/dpkg-1.14.25-start-stop-daemon.8.patch:
1.1 app-arch/dpkg/dpkg-1.15.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/dpkg-1.15.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/dpkg/dpkg-1.15.1.ebuild?rev=1.1&content-type=text/plain
Index: dpkg-1.15.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.1.ebuild,v 1.1 2009/05/21 21:00:22 jer Exp $
inherit eutils multilib autotools
DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="http://packages.qa.debian.org/dpkg"
SRC_URI="mirror://debian/pool/main/d/dpkg/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="bzip2 nls selinux test unicode zlib"
RDEPEND=">=dev-lang/perl-5.6.0
dev-perl/TimeDate
>=sys-libs/ncurses-5.2-r7
zlib? ( >=sys-libs/zlib-1.1.4 )
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
test? ( dev-perl/Test-Pod )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-nls.patch #192819
if ! use unicode ; then
sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046
export ac_cv_lib_ncursesw_initscr=no
fi
eautoreconf
}
src_compile() {
econf \
$(use_with bzip2 bz2) \
$(use_enable nls) \
$(use_with selinux) \
$(use_with zlib) \
--without-start-stop-daemon \
|| die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
rm "${D}"/usr/sbin/install-info
rm "${D}"/usr/share/man/man?/install-info.?
dodoc ChangeLog INSTALL THANKS TODO
keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-21 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 21:00 [gentoo-commits] gentoo-x86 commit in app-arch/dpkg: ChangeLog dpkg-1.15.1.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox