grobian     15/05/05 14:44:31

  Modified:             ChangeLog
  Added:                carbon-c-relay-0.39-r1.ebuild
  Log:
  Revbump for introduction of init-script
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x5F75F607C5C74E89)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   11 Apr 2015 05:49:24 -0000      1.3
+++ ChangeLog   5 May 2015 14:44:31 -0000       1.4
@@ -1,6 +1,13 @@
 # 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.3 
2015/04/11 05:49:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.4 
2015/05/05 14:44:31 grobian Exp $
+
+*carbon-c-relay-0.39-r1 (05 May 2015)
+
+  05 May 2015; Fabian Groffen <grob...@gentoo.org>
+  +carbon-c-relay-0.39-r1.ebuild, +files/carbon-c-relay.confd,
+  +files/carbon-c-relay.initd:
+  Revbump for introduction of init-script
 
 *carbon-c-relay-0.39 (11 Apr 2015)
 



1.1                  app-misc/carbon-c-relay/carbon-c-relay-0.39-r1.ebuild

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

Index: carbon-c-relay-0.39-r1.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.39-r1.ebuild,v 
1.1 2015/05/05 14:44:31 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="dev-libs/openssl"
DEPEND="virtual/pkgconfig
        ${RDEPEND}"

pkg_preinst() {
        enewgroup carbon
        enewuser carbon -1 /bin/false /dev/null carbon
}

src_prepare() {
        tc-export CC
}

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

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




Reply via email to