grobian 15/04/11 05:49:24 Modified: ChangeLog Added: carbon-c-relay-0.39.ebuild Removed: carbon-c-relay-0.37.ebuild Log: Version bump (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path 1.3 app-misc/carbon-c-relay/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 22 Dec 2014 15:15:40 -0000 1.2 +++ ChangeLog 11 Apr 2015 05:49:24 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for app-misc/carbon-c-relay -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/carbon-c-relay/ChangeLog,v 1.2 2014/12/22 15:15:40 grobian Exp $ +# 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 $ + +*carbon-c-relay-0.39 (11 Apr 2015) + + 11 Apr 2015; Fabian Groffen <grob...@gentoo.org> +carbon-c-relay-0.39.ebuild, + -carbon-c-relay-0.37.ebuild: + Version bump *carbon-c-relay-0.37 (22 Dec 2014) 1.1 app-misc/carbon-c-relay/carbon-c-relay-0.39.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/carbon-c-relay/carbon-c-relay-0.39.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.ebuild?rev=1.1&content-type=text/plain Index: carbon-c-relay-0.39.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.ebuild,v 1.1 2015/04/11 05:49:24 grobian Exp $ EAPI=5 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}" src_install() { newbin relay ${PN} dodoc README.md }