public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild metadata.xml Manifest ChangeLog
@ 2013-11-05 20:38 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2013-11-05 20:38 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/11/05 20:38:23

  Added:                byfl-9999.ebuild metadata.xml Manifest ChangeLog
  Log:
  initial commit
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.1                  sys-devel/byfl/byfl-9999.ebuild

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

Index: byfl-9999.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.1 2013/11/05 20:38:23 ottxor Exp $

EAPI=5

inherit autotools-utils multilib

if [ "${PV}" = "9999" ]; then
	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
	inherit git-2
	KEYWORDS=""
else
	SRC_URI="https://github.com/losalamos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Compiler-based Application Analysis"
HOMEPAGE="https://github.com/losalamos/Byfl"

SLOT="0"
LICENSE="BSD"
IUSE=""

RDEPEND=">=sys-devel/dragonegg-9999
	>=sys-devel/llvm-9999
	>=sys-devel/clang-9999"
DEPEND="${RDEPEND}"

src_prepare() {
	ln -s autoconf/configure.ac || die
	eaclocal -I autoconf/m4
	eautoconf
}

src_configure() {
	local myeconfargs=(
		--enable-cxx11
	)
	autotools-utils_src_configure DRAGONEGG=/usr/$(get_libdir)/llvm/dragonegg.so
}

src_compile() {
	autotools-utils_src_compile VERBOSE=1
}

src_install() {
	autotools-utils_src_install -j1 VERBOSE=1 CXXFLAGS='-O0' LOPT="$(type -p opt)"
}



1.1                  sys-devel/byfl/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/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>ottxor@gentoo.org</email>
		<name>Christoph Junghans</name>
	</maintainer>
</pkgmetadata>



1.1                  sys-devel/byfl/Manifest

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

Index: Manifest
===================================================================
EBUILD byfl-9999.ebuild 1046 SHA256 efd54348f4bdf9e7d8779228357ee40cba932ba217075ed9963ebbb9d8418d84 SHA512 f063085d6fdaa308e72177dd7bc695fa585a54c109732407348312102d6deca5d045640f53a7e18cd093c808fbbed982fbdea51bb9519668c24ae0eb6c14a1fb WHIRLPOOL 24b2fe1a834ac137148e4fcfede8da83f5da66bcaf82a8a417c96b748e411bed768e4b3aac430495d877e6a8626cef2eb1c4701f4bd6513897d23fe1885ddb3d
MISC metadata.xml 237 SHA256 7b16ab35f387f952afdef31d1d5d20f82b69ec2e8a55bbe7215cf78ea322755d SHA512 52882e327ceb9391938e5b9fdfcb2f0d9c7380f71bed273c84357ecb0f1f0d4e704d9c53e4791dda1d7eed5df2c4c029281de182a5076849b26718fc83462cc6 WHIRLPOOL 1b5ae26efb6a0d0edd3e21494e52dbc7cfd1621316057dc8d876280444ceb302c94109b4e780982943a7837f19de8f11c85f49b137d31f41d7c79db6387dab90



1.1                  sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sys-devel/byfl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.1 2013/11/05 20:38:23 ottxor Exp $

*byfl-9999 (05 Nov 2013)

  05 Nov 2013; Christoph Junghans <ottxor@gentoo.org> +byfl-9999.ebuild,
  +metadata.xml:
  initial commit





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

only message in thread, other threads:[~2013-11-05 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 20:38 [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild metadata.xml Manifest ChangeLog Christoph Junghans (ottxor)

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