public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/beediff: metadata.xml ChangeLog beediff-1.9.ebuild
@ 2010-02-01 14:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-02-01 14:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/01 14:34:29

  Added:                metadata.xml ChangeLog beediff-1.9.ebuild
  Log:
  Initial commit. Let's hope this will replace buried xxdiff.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-util/beediff/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/beediff/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/beediff/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>qt</herd>
  <maintainer>
    <email>ssuominen@gentoo.org</email>
    <name>Samuli Suominen</name>
  </maintainer>
</pkgmetadata>



1.1                  dev-util/beediff/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-util/beediff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/beediff/ChangeLog,v 1.1 2010/02/01 14:34:29 ssuominen Exp $

*beediff-1.9 (01 Feb 2010)

  01 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +beediff-1.9.ebuild:
  Initial commit.




1.1                  dev-util/beediff/beediff-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/beediff/beediff-1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/beediff/beediff-1.9.ebuild?rev=1.1&content-type=text/plain

Index: beediff-1.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/beediff/beediff-1.9.ebuild,v 1.1 2010/02/01 14:34:29 ssuominen Exp $

EAPI=2
inherit eutils qt4-r2

DESCRIPTION="A graphical user interface for comparing and merging files"
HOMEPAGE="http://www.beesoft.pl/index.php?id=beediff"
SRC_URI="http://www.beesoft.pl/download/${PN}_${PV}_src.tar.gz"

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

DEPEND="x11-libs/qt-gui:4"

S=${WORKDIR}/${PN}

src_prepare() {
	sed -i \
		-e '/QMAKE_CXXFLAGS/d' \
		beediff.pro || die
}

src_install() {
	dobin ${PN} || die
	doicon img/${PN}.png
	make_desktop_entry ${PN} "Beesoft Differ"
	dodoc ChangeLog.txt
}






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

only message in thread, other threads:[~2010-02-01 14:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 14:34 [gentoo-commits] gentoo-x86 commit in dev-util/beediff: metadata.xml ChangeLog beediff-1.9.ebuild Samuli Suominen (ssuominen)

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