public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: metadata.xml ChangeLog yajl-1.0.9-r1.ebuild
@ 2010-05-23 22:31 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-05-23 22:31 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/23 22:31:59

  Added:                metadata.xml ChangeLog yajl-1.0.9-r1.ebuild
  Log:
  Initial import in main tree of yajl, needed for yajl-ruby which is in turn optionally used by the new Rails. Assigned to ruby herd for now. Thanks to the Sunrise people for the ebuild.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/yajl/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/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>
<herd>ruby</herd>
</pkgmetadata>



1.1                  dev-libs/yajl/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/yajl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.1 2010/05/23 22:31:59 flameeyes Exp $

*yajl-1.0.9-r1 (23 May 2010)

  23 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +yajl-1.0.9-r1.ebuild, +files/yajl-fix_cmakelists.patch,
  +files/yajl-fix_tests.patch, +metadata.xml:
  Initial import in main tree of yajl, needed for yajl-ruby which is in turn
  optionally used by the new Rails. Assigned to ruby herd for now. Thanks to
  the Sunrise people for the ebuild.

  04 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> yajl-1.0.9.ebuild,
  +files/yajl-fix_cmakelists.patch, +files/yajl-fix_tests.patch:
  Fixup yajl cmakelist files.

  26 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com> +yajl-9999.ebuild:
  Add live ebuild. Thx chithead

*yajl-1.0.9 (18 Mar 2010)

  18 Mar 2010; Ondrej Sukup (mimi_vx) <mimi.vx@gmail.com>
  +yajl-1.0.9.ebuild, +metadata.xml:
  initial commit of yajl , thanks to scarabeus and Tommy[D]




1.1                  dev-libs/yajl/yajl-1.0.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: yajl-1.0.9-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.9-r1.ebuild,v 1.1 2010/05/23 22:31:59 flameeyes Exp $

EAPI="2"

inherit cmake-utils

DESCRIPTION="Small event-driven (SAX-style) JSON parser"
HOMEPAGE="http://lloyd.github.com/yajl/"
SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

CMAKE_IN_SOURCE_BUILD="1"

src_prepare() {
	cd "${WORKDIR}"/lloyd-${PN}-*
	S=$(pwd)

	epatch "${FILESDIR}"/${PN}-*
}

src_test() {
	emake test || die
}






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

only message in thread, other threads:[~2010-05-23 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 22:31 [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: metadata.xml ChangeLog yajl-1.0.9-r1.ebuild Diego Petteno (flameeyes)

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