xmw         15/02/20 00:24:17

  Modified:             ChangeLog
  Added:                abduco-0.3.ebuild
  Removed:              abduco-0.1.ebuild
  Log:
  Version bump bu lorem_ipsum
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.5                  app-misc/abduco/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   24 Nov 2014 21:28:52 -0000      1.4
+++ ChangeLog   20 Feb 2015 00:24:17 -0000      1.5
@@ -1,6 +1,12 @@
 # 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.4 2014/11/24 
21:28:52 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.5 2015/02/20 
00:24:17 xmw Exp $
+
+*abduco-0.3 (20 Feb 2015)
+
+  20 Feb 2015; Michael Weber <[email protected]> +abduco-0.3.ebuild,
+  -abduco-0.1.ebuild:
+  Version bump bu lorem_ipsum
 
 *abduco-0.2 (24 Nov 2014)
 



1.1                  app-misc/abduco/abduco-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.3.ebuild?rev=1.1&content-type=text/plain

Index: abduco-0.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/abduco-0.3.ebuild,v 1.1 
2015/02/20 00:24:17 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
}




Reply via email to