public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/balde: metadata.xml balde-0.1.ebuild Manifest ChangeLog
@ 2014-05-18 21:34 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2014-05-18 21:34 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    14/05/18 21:34:24

  Added:                metadata.xml balde-0.1.ebuild Manifest ChangeLog
  Log:
  Initial commit
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.1                  net-libs/balde/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/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>rafaelmartins@gentoo.org</email>
		<name>Rafael G. Martins</name>
	</maintainer>
	<longdescription lang="en">
		A microframework for C based on GLib and bad intentions.
	</longdescription>
	<upstream>
		<maintainer status="active">
			<email>rafaelmartins@gentoo.org</email>
			<name>Rafael G. Martins</name>
		</maintainer>
		<bugs-to>mailto:balde-dev@googlegroups.com</bugs-to>
	</upstream>
</pkgmetadata>



1.1                  net-libs/balde/balde-0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/balde-0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/balde-0.1.ebuild?rev=1.1&content-type=text/plain

Index: balde-0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/balde/balde-0.1.ebuild,v 1.1 2014/05/18 21:34:24 rafaelmartins Exp $

EAPI=5

if [[ ${PV} = *9999* ]]; then
	EGIT_REPO_URI="git://github.com/balde/balde.git
		https://github.com/balde/balde.git"
	inherit git-r3 autotools
fi

DESCRIPTION="A microframework for C based on GLib and bad intentions."
HOMEPAGE="http://balde.io/"

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
	SRC_URI=""
	KEYWORDS=""
fi

LICENSE="LGPL-2"
SLOT="0"
IUSE="doc test"

RDEPEND=">=dev-libs/glib-2.34
	dev-libs/fcgi
	x11-misc/shared-mime-info"

if [[ ${PV} = *9999* ]]; then
	RDEPEND="${RDEPEND}
		dev-util/peg"
fi

DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_prepare() {
	[[ ${PV} = *9999* ]] && eautoreconf
	default
}

src_configure() {
	econf \
		$(use_with doc doxygen) \
		--disable-examples \
		--without-valgrind
}

src_compile() {
	default
	use doc && emake doxygen
}

src_install() {
	default
	use doc && dohtml -r doc/build/html/.
}



1.1                  net-libs/balde/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/balde/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST balde-0.1.tar.bz2 361152 SHA256 6bbd9e96beedb67ec527f3b9d0c1a8678a2e85e5ea51950eaf9a02e4d78deed9 SHA512 94af2f8ae6cbd4b4bc5fd52f38de13edb3222668c04c1d9fafc537f4c5d52aaf27cd88c7238f81342432919c345b096d98c12a7f8be76cbdf204da2cd0e26f65 WHIRLPOOL d9ec443ed59a962f76999f9a99f98e19d46f14b665ec9f44748fd5de55b95d0ad46cd6d680a6736f903d01e9c2b68e69ebd3f8c4cba8aea9161949105eaacd35
EBUILD balde-0.1.ebuild 1059 SHA256 0cf887de6206be81e861d18f07498b4d74aa062765caa6257c462c7d92b85a25 SHA512 4aa9aee7aaf3377031f860ef68a3ceb6328dfd96457e13e96b79bc894c79e140142eb18cf99d47e44e4bbe96cea63945334ee1a6e421b8c0ac8a6e73ef25d0f7 WHIRLPOOL 45e4475ba1711dae26d2eb827a1a8156890890821618046ec3208f504a77def6018749fdcf804f994670799ac6a7abcd86eef54a23a2b3dc6dff549e27131b14
MISC metadata.xml 555 SHA256 a9e357d861d16896b5210e19b57c00c3470d60cbb67ac14d44eb00ebc3123f09 SHA512 055011dcf61cf8e1b5ddefd2056847bf9fdf2de44ab3893d483006ff0ce06d01e68b647b96785b8d85eb6a482ce5e6422a04e7ddecd8f997acc4c6df885d6049 WHIRLPOOL 9c0172a108e52773ca131d83cd306e83f4b36245f764d7db523d5b0651f1ea575829b006cc4c7af9db97bba5c6b499fa2aaf48d7c412fc1f78560042cd459ae1



1.1                  net-libs/balde/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for net-libs/balde
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/balde/ChangeLog,v 1.1 2014/05/18 21:34:24 rafaelmartins Exp $

*balde-0.1 (18 May 2014)

  18 May 2014; Rafael G. Martins <rafaelmartins@gentoo.org> +balde-0.1.ebuild,
  +metadata.xml:
  Initial commit





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-18 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18 21:34 [gentoo-commits] gentoo-x86 commit in net-libs/balde: metadata.xml balde-0.1.ebuild Manifest ChangeLog Rafael Martins (rafaelmartins)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox