public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/gtkperf: metadata.xml ChangeLog gtkperf-0.40.ebuild Manifest
@ 2008-10-29 14:23 99% Mart Raudsepp (leio)
  0 siblings, 0 replies; 1+ results
From: Mart Raudsepp (leio) @ 2008-10-29 14:23 UTC (permalink / raw
  To: gentoo-commits

leio        08/10/29 14:23:50

  Added:                metadata.xml ChangeLog gtkperf-0.40.ebuild Manifest
  Log:
  Initial import of gtkperf. Closes bug 96034
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)

Revision  Changes    Path
1.1                  app-benchmarks/gtkperf/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/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>no-herd</herd>
<maintainer>
<email>leio@gentoo.org</email>
</maintainer>
<longdescription lang="en">
	GtkPerf is an application designed to test GTK+ performance. The point
	is to create common testing platform to run predefined GTK+ widgets
	(opening comboboxes, toggling buttons, scrolling text yms.) and this
	way define the speed of device/platform.
</longdescription>
</pkgmetadata>



1.1                  app-benchmarks/gtkperf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-benchmarks/gtkperf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/ChangeLog,v 1.1 2008/10/29 14:23:50 leio Exp $

*gtkperf-0.40 (29 Oct 2008)

  29 Oct 2008; Mart Raudsepp <leio@gentoo.org> +metadata.xml,
  +gtkperf-0.40.ebuild:
  Initial import of gtkperf. Closes bug 96034




1.1                  app-benchmarks/gtkperf/gtkperf-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/gtkperf-0.40.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/gtkperf-0.40.ebuild?rev=1.1&content-type=text/plain

Index: gtkperf-0.40.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/gtkperf/gtkperf-0.40.ebuild,v 1.1 2008/10/29 14:23:50 leio Exp $

EAPI="1"

MY_P="${PN}_${PV}"
DESCRIPTION="Application designed to test GTK+ performance"
HOMEPAGE="http://gtkperf.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="nls"

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	>=dev-util/pkgconfig-0.9"

S="${WORKDIR}/${PN}"

src_compile() {
	econf "$(use_enable nls)"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	rm -rf "${D}/usr/doc"
	dodoc AUTHORS ChangeLog README TODO
}



1.1                  app-benchmarks/gtkperf/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/gtkperf/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST gtkperf_0.40.tar.gz 402982 RMD160 6cdc7fd6572f195d71bd7f27180100271d4b8a9c SHA1 3656599ebcf781c3ba93aa2ae7a197c1dca15183 SHA256 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b
EBUILD gtkperf-0.40.ebuild 697 RMD160 9e68a2ae767f7e48ba99b036b338c87306c568eb SHA1 9a43372c53ce034641841842578acace583527f2 SHA256 977c727204ad64e70562edf3a7fbad2fbd0cfb7c48855157f65877ab85e0ad25
MISC ChangeLog 285 RMD160 bb59a378715207cca5c3ab43d825325a423c5054 SHA1 d0d8af30fc2485d207f17443fee5d6a1c31e2afe SHA256 a69098bc5ec63c63e0191861afcdf8eea6671aafbc10e3720cf42d06f3f3cdb9
MISC metadata.xml 518 RMD160 7b9c2c163de1318ea8eaa91b919d25864b632c7c SHA1 78c064730ab869eb7cc6bd7533eac18bcbca5ff3 SHA256 a26fcf7e5fee74017341f9c5849f51654970b543b4d42d1a977390ef91e722ae






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-29 14:23 99% [gentoo-commits] gentoo-x86 commit in app-benchmarks/gtkperf: metadata.xml ChangeLog gtkperf-0.40.ebuild Manifest Mart Raudsepp (leio)

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