zmedico     15/07/30 20:40:30

  Added:                go-resiliency-1.0.0.ebuild
                        go-resiliency-9999.ebuild metadata.xml ChangeLog
  Log:
  Add go-resiliency.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  Changes    Path
1.1                  dev-go/go-resiliency/go-resiliency-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: go-resiliency-1.0.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild,v 1.1 
2015/07/30 20:40:30 zmedico Exp $

EAPI=5

EGO_SRC=github.com/eapache/go-resiliency
EGO_PN=${EGO_SRC}/...

if [[ ${PV} = *9999* ]]; then
        inherit golang-vcs
else
        KEYWORDS="~amd64"
        SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
inherit golang-build

DESCRIPTION="Resiliency patterns for golang"
HOMEPAGE="https://${EGO_SRC}";
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""

if [[ ${PV} != *9999* ]]; then
src_unpack() {
        local f

        for f in ${A}
        do
                case "${f}" in
                        *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
                                local destdir=${WORKDIR}/${P}/src/${EGO_SRC}

                                debug-print "${FUNCNAME}: unpacking ${f} to 
${destdir}"

                                # XXX: check whether the directory structure 
inside is
                                # fine? i.e. if the tarball has actually a 
parent dir.
                                mkdir -p "${destdir}" || die
                                tar -C "${destdir}" -x --strip-components 1 \
                                        -f "${DISTDIR}/${f}" || die
                                ;;
                        *)
                                debug-print "${FUNCNAME}: falling back to 
unpack for ${f}"

                                # fall back to the default method
                                unpack "${f}"
                                ;;
                esac
        done
}
fi

src_install() {
    rm -rf src/${EGO_SRC}/.git* || die
        golang-build_src_install
}



1.1                  dev-go/go-resiliency/go-resiliency-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/go-resiliency-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/go-resiliency-9999.ebuild?rev=1.1&content-type=text/plain

Index: go-resiliency-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-resiliency/go-resiliency-9999.ebuild,v 1.1 
2015/07/30 20:40:30 zmedico Exp $

EAPI=5

EGO_SRC=github.com/eapache/go-resiliency
EGO_PN=${EGO_SRC}/...

if [[ ${PV} = *9999* ]]; then
        inherit golang-vcs
else
        KEYWORDS="~amd64"
        SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
inherit golang-build

DESCRIPTION="Resiliency patterns for golang"
HOMEPAGE="https://${EGO_SRC}";
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""

if [[ ${PV} != *9999* ]]; then
src_unpack() {
        local f

        for f in ${A}
        do
                case "${f}" in
                        *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
                                local destdir=${WORKDIR}/${P}/src/${EGO_SRC}

                                debug-print "${FUNCNAME}: unpacking ${f} to 
${destdir}"

                                # XXX: check whether the directory structure 
inside is
                                # fine? i.e. if the tarball has actually a 
parent dir.
                                mkdir -p "${destdir}" || die
                                tar -C "${destdir}" -x --strip-components 1 \
                                        -f "${DISTDIR}/${f}" || die
                                ;;
                        *)
                                debug-print "${FUNCNAME}: falling back to 
unpack for ${f}"

                                # fall back to the default method
                                unpack "${f}"
                                ;;
                esac
        done
}
fi

src_install() {
    rm -rf src/${EGO_SRC}/.git* || die
        golang-build_src_install
}



1.1                  dev-go/go-resiliency/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <maintainer>
    <email>zmed...@gentoo.org</email>
  </maintainer>
  <upstream>
    <remote-id type="github">eapache/go-resiliency</remote-id>
  </upstream>
</pkgmetadata>



1.1                  dev-go/go-resiliency/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-resiliency/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-go/go-resiliency
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-resiliency/ChangeLog,v 1.1 
2015/07/30 20:40:30 zmedico Exp $

*go-resiliency-1.0.0 (30 Jul 2015)
*go-resiliency-9999 (30 Jul 2015)

  30 Jul 2015; Zac Medico <zmed...@gentoo.org> +go-resiliency-1.0.0.ebuild,
  +go-resiliency-9999.ebuild, +metadata.xml:
  Add go-resiliency.




Reply via email to