kensington 14/03/23 17:32:23 Modified: ChangeLog Added: asapm-3.1-r1.ebuild Log: Revision bump migrating to EAPI 5. Add missing dependency. Remove transitive dependency. Remove jpeg USE flag that did nothing. Update HOMEPAGE wrt bug #367185. Respect LDFLAGS wrt bug #336818. Fully respect CC wrt bug #444944. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.20 x11-plugins/asapm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 19 Oct 2013 14:49:51 -0000 1.19 +++ ChangeLog 23 Mar 2014 17:32:23 -0000 1.20 @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/asapm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.19 2013/10/19 14:49:51 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.20 2014/03/23 17:32:23 kensington Exp $ + +*asapm-3.1-r1 (23 Mar 2014) + + 23 Mar 2014; Michael Palimaka <[email protected]> +asapm-3.1-r1.ebuild, + +files/asapm-3.1-ldflags.patch: + Revision bump migrating to EAPI 5. Add missing dependency. Remove transitive + dependency. Remove jpeg USE flag that did nothing. Update HOMEPAGE wrt bug + #367185. Respect LDFLAGS wrt bug #336818. Fully respect CC wrt bug #444944. 19 Oct 2013; Pacho Ramos <[email protected]> metadata.xml: Drop afterstep herd 1.1 x11-plugins/asapm/asapm-3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.1&content-type=text/plain Index: asapm-3.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.1 2014/03/23 17:32:23 kensington Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="APM monitor for AfterStep" HOMEPAGE="http://tigr.net/afterstep/applets/" SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc -sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xproto" pkg_setup() { tc-export CC } src_prepare() { epatch "${FILESDIR}/${P}-ldflags.patch" } src_install() { dobin asapm newman asapm.man asapm.1 dodoc CHANGES README TODO NOTES }
