jer 15/01/28 08:48:20 Modified: ChangeLog Added: dialog-1.2.20150125.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.223 dev-util/dialog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.223&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.223&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.222&r2=1.223 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v retrieving revision 1.222 retrieving revision 1.223 diff -u -r1.222 -r1.223 --- ChangeLog 6 Dec 2014 16:41:59 -0000 1.222 +++ ChangeLog 28 Jan 2015 08:48:20 -0000 1.223 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/dialog -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.222 2014/12/06 16:41:59 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.223 2015/01/28 08:48:20 jer Exp $ + +*dialog-1.2.20150125 (28 Jan 2015) + + 28 Jan 2015; Jeroen Roovers <[email protected]> +dialog-1.2.20150125.ebuild: + Version bump. 06 Dec 2014; Agostino Sarubbo <[email protected]> dialog-1.2.20140911.ebuild: Stable for ia64, wrt bug #530244 1.1 dev-util/dialog/dialog-1.2.20150125.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dialog/dialog-1.2.20150125.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dialog/dialog-1.2.20150125.ebuild?rev=1.1&content-type=text/plain Index: dialog-1.2.20150125.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20150125.ebuild,v 1.1 2015/01/28 08:48:20 jer Exp $ EAPI=5 inherit eutils multilib versionator MY_PV="$(get_version_component_range 1-2)-$(get_version_component_range 3)" S=${WORKDIR}/${PN}-${MY_PV} DESCRIPTION="tool to display dialog boxes from a shell" HOMEPAGE="http://invisible-island.net/dialog/dialog.html" SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="examples minimal nls static-libs unicode" RDEPEND=" >=sys-libs/ncurses-5.2-r5[unicode?] " DEPEND=" ${RDEPEND} nls? ( sys-devel/gettext ) !minimal? ( sys-devel/libtool ) !<=sys-freebsd/freebsd-contrib-8.9999 " src_prepare() { sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die } src_configure() { econf \ --disable-rpath-hack \ $(use_enable nls) \ $(use_with !minimal libtool) \ --with-libtool-opts=$(usex static-libs '' '-shared') \ --with-ncurses$(usex unicode w '') } src_install() { use minimal && default || emake DESTDIR="${D}" install-full use examples && dodoc -r samples dodoc CHANGES README prune_libtool_files }
