grobian     15/07/23 20:11:57

  Modified:             ChangeLog
  Added:                carbon-c-relay-0.42.ebuild
  Log:
  Version bump to 0.42
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.10                 app-misc/carbon-c-relay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Jun 2015 14:47:58 -0000       1.9
+++ ChangeLog   23 Jul 2015 20:11:57 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/carbon-c-relay
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.9 
2015/06/05 14:47:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.10 
2015/07/23 20:11:57 grobian Exp $
+
+*carbon-c-relay-0.42 (23 Jul 2015)
+
+  23 Jul 2015; Fabian Groffen <[email protected]> +carbon-c-relay-0.42.ebuild:
+  Version bump to 0.42
 
   05 Jun 2015; Justin Lecher <[email protected]> carbon-c-relay-0.39-r1.ebuild,
   carbon-c-relay-0.40.ebuild:



1.1                  app-misc/carbon-c-relay/carbon-c-relay-0.42.ebuild

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

Index: carbon-c-relay-0.42.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/carbon-c-relay-0.42.ebuild,v 
1.1 2015/07/23 20:11:57 grobian Exp $

EAPI=5

inherit toolchain-funcs user

DESCRIPTION="Enhanced C version of Carbon relay, aggregator and rewriter"
HOMEPAGE="https://github.com/grobian/carbon-c-relay";
SRC_URI="https://github.com/grobian/carbon-c-relay/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

pkg_preinst() {
        enewgroup carbon
        enewuser carbon -1 -1 -1 carbon
}

src_prepare() {
        tc-export CC
        tc-has-openmp || export OPENMP_FLAGS=
}

src_install() {
        newbin relay ${PN}
        dodoc README.md

        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        newconfd "${FILESDIR}"/${PN}.confd ${PN}
}




Reply via email to