xmw 14/11/24 21:28:52 Modified: ChangeLog Added: abduco-0.2.ebuild Log: Version bump (Hendrik v. Raven). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.4 app-misc/abduco/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Aug 2014 18:00:28 -0000 1.3 +++ ChangeLog 24 Nov 2014 21:28:52 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for app-misc/abduco # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.3 2014/08/10 18:00:28 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.4 2014/11/24 21:28:52 xmw Exp $ + +*abduco-0.2 (24 Nov 2014) + + 24 Nov 2014; Michael Weber <[email protected]> +abduco-0.2.ebuild: + Version bump (Hendrik v. Raven). 10 Aug 2014; Sergei Trofimovich <[email protected]> abduco-0.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 app-misc/abduco/abduco-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.2.ebuild?rev=1.1&content-type=text/plain Index: abduco-0.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/abduco-0.2.ebuild,v 1.1 2014/11/24 21:28:52 xmw Exp $ EAPI=5 inherit eutils savedconfig toolchain-funcs DESCRIPTION="lightweight session manager with {de,at}tach support" HOMEPAGE="http://www.brain-dump.org/projects/abduco/" SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="" RDEPEND="" src_prepare() { sed -e 's:^PREFIX.*:PREFIX = /usr:' \ -e 's/-Os//' \ -e '/^CC/d' \ -i config.mk || die sed -e "s/VERSION/${PV}/g" \ -i ${PN}.1 || die sed -e '/@echo CC/d' \ -e 's|@${CC}|$(CC)|g' \ -i Makefile || die restore_config config.def.h epatch_user tc-export CC } src_test() { ./testsuite.sh || die } src_install() { dobin ${PN} dodoc README doman ${PN}.1 save_config config.def.h }
