public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-libs/performance: metadata.xml ChangeLog performance-0.4.0.ebuild
@ 2014-01-29 23:56 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2014-01-29 23:56 UTC (permalink / raw
  To: gentoo-commits

voyageur    14/01/29 23:56:43

  Added:                metadata.xml ChangeLog performance-0.4.0.ebuild
  Log:
  Initial commit, ebuild by adr in bug #480622
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)

Revision  Changes    Path
1.1                  gnustep-libs/performance/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/performance/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/performance/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>gnustep</herd>
	<longdescription>A collection of classes to help improve/tune performance of your software </longdescription>
</pkgmetadata>



1.1                  gnustep-libs/performance/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for gnustep-libs/performance
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/performance/ChangeLog,v 1.1 2014/01/29 23:56:43 voyageur Exp $

*performance-0.4.0 (29 Jan 2014)

  29 Jan 2014; Bernard Cafarelli <voyageur@gentoo.org>
  +performance-0.4.0.ebuild, +metadata.xml:
  Initial commit, ebuild by adr in bug #480622




1.1                  gnustep-libs/performance/performance-0.4.0.ebuild

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

Index: performance-0.4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/performance/performance-0.4.0.ebuild,v 1.1 2014/01/29 23:56:43 voyageur Exp $

EAPI=5
inherit gnustep-2

MY_P=${P/p/P}
DESCRIPTION="Help improve the performance of GNUstep applications"
HOMEPAGE="http://wiki.gnustep.org/index.php/Performance"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="LGPL-3"
SLOT="0"

S=${WORKDIR}/${MY_P}

src_prepare() {
	if ! use doc; then
		# Remove doc target
		sed -i -e '/documentation\.make/d' GNUmakefile \
			|| die "doc sed failed"
	fi
}





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

only message in thread, other threads:[~2014-01-29 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 23:56 [gentoo-commits] gentoo-x86 commit in gnustep-libs/performance: metadata.xml ChangeLog performance-0.4.0.ebuild Bernard Cafarelli (voyageur)

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