dilfridge 14/10/11 18:30:40 Modified: ChangeLog Added: uulib-0.5.20-r1.ebuild Log: Add patch to also build and install a shared object, needed for bug 268307 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.22 dev-libs/uulib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 11 Mar 2014 19:49:51 -0000 1.21 +++ ChangeLog 11 Oct 2014 18:30:40 -0000 1.22 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/uulib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.21 2014/03/11 19:49:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.22 2014/10/11 18:30:40 dilfridge Exp $ + +*uulib-0.5.20-r1 (11 Oct 2014) + + 11 Oct 2014; Andreas K. Huettel <dilfri...@gentoo.org> + +uulib-0.5.20-r1.ebuild, +files/uulib-0.5.20-shared.patch: + Add patch to also build and install a shared object, needed for bug 268307 11 Mar 2014; Pacho Ramos <pa...@gentoo.org> metadata.xml: Cleanup due #53266 1.1 dev-libs/uulib/uulib-0.5.20-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild?rev=1.1&content-type=text/plain Index: uulib-0.5.20-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild,v 1.1 2014/10/11 18:30:40 dilfridge Exp $ EAPI=5 inherit eutils toolchain-funcs MY_P=uudeview-${PV} DESCRIPTION="Library that supports Base64 (MIME), uuencode, xxencode and binhex coding" HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/" SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${MY_P}/${PN} src_prepare() { epatch "${FILESDIR}/${P}-shared.patch" sed -i 's:\<ar\>:$(AR):' Makefile.in || die tc-export AR CC RANLIB }