public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: metadata.xml ChangeLog boost-m4-0.2.ebuild Manifest
@ 2012-02-01  2:21 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; only message in thread
From: Nathan Phillip Brink (binki) @ 2012-02-01  2:21 UTC (permalink / raw
  To: gentoo-commits

binki       12/02/01 02:21:01

  Added:                metadata.xml ChangeLog boost-m4-0.2.ebuild Manifest
  Log:
  Add boost-m4-0.2 for bug #352618, an alternate set of boost-detecting m4 macros.
  
  (Portage version: 2.2.0_alpha84-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-devel/boost-m4/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/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>binki@gentoo.org</email>
    <name>Nathan Phillip Brink</name>
  </maintainer>
</pkgmetadata>



1.1                  sys-devel/boost-m4/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sys-devel/boost-m4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.1 2012/02/01 02:21:01 binki Exp $

*boost-m4-0.2 (01 Feb 2012)

  01 Feb 2012; Nathan Phillip Brink <binki@gentoo.org> +boost-m4-0.2.ebuild,
  +metadata.xml:
  Add boost-m4-0.2 for bug #352618, an alternate set of boost-detecting m4
  macros.




1.1                  sys-devel/boost-m4/boost-m4-0.2.ebuild

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

Index: boost-m4-0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.2.ebuild,v 1.1 2012/02/01 02:21:01 binki Exp $

EAPI=4

DESCRIPTION="Another set of autoconf macros for compiling against boost"
HOMEPAGE="http://github.com/tsuna/boost.m4"
SRC_URI="${HOMEPAGE}/zipball/v${PV} -> ${P}.zip"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip"

src_unpack() {
	default

	# The github-generated zipball kludge.
	mv *-boost.m4-* ${P} || die
}

# boost.m4 has a buildsystem, but the distributer didn't use make dist
# so we'd have to eautoreconf to use it. For installing one file, this
# isn't worth it.
src_configure() { :; }

src_compile() { :; }

src_install() {
	insinto /usr/share/aclocal
	doins build-aux/boost.m4

	dodoc AUTHORS NEWS README THANKS
}



1.1                  sys-devel/boost-m4/Manifest

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

Index: Manifest
===================================================================
DIST boost-m4-0.2.zip 45284 RMD160 d5cdfcb7578f7cbad086eddb3c1d84d5ffb828a7 SHA1 9313d7e917b915612c69c81408e4a2c3d65e162c SHA256 b2eec24c8fbb0c20de857bda3752e9c9912745ba4b127bd955fd9507cc18af45
EBUILD boost-m4-0.2.ebuild 788 RMD160 20c04dc7155ea24debf4923fa0e23abd24359d7e SHA1 db70d474bcb1ba16296888a1d97ece3fd055ca04 SHA256 df2ea7fde7be9085b36cdd781814b7d9aed40c3f20011c368d1a1f4f94b68a38
MISC ChangeLog 328 RMD160 121383c8be7fa1fc9d01e66819fafb413d517de8 SHA1 501506ad12aa2160a93f25d0ee494ac96dc441f2 SHA256 27f6f44aed206f7c8810d1279fab5787d351548c5a321aae7c4cf73173936289
MISC metadata.xml 244 RMD160 763839a53ccf1e2a58d249cfa2d94feeaa69e29c SHA1 fe85b5f10031620b8d1da84d695ec3080df29d82 SHA256 f5bde347c36c74889cbb32d29f06766c08eb3df6e0c468f00295681382c48457






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

only message in thread, other threads:[~2012-02-01  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01  2:21 [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: metadata.xml ChangeLog boost-m4-0.2.ebuild Manifest Nathan Phillip Brink (binki)

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