public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/whyteboard: metadata.xml ChangeLog whyteboard-0.41.1.ebuild
@ 2011-01-20 18:07 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2011-01-20 18:07 UTC (permalink / raw
  To: gentoo-commits

lxnay       11/01/20 18:07:22

  Added:                metadata.xml ChangeLog whyteboard-0.41.1.ebuild
  Log:
  new ebuild, close bug #348305
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-apps/whyteboard/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/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>lxnay@gentoo.org</email>
	<name>Fabio Erculiani</name>
	<description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
	<email>ziapannocchia@gmail.com</email>
	<name>Marco Clocchiatti</name>
	<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<longdescription lang="en">
A simple image, PDF and postscript file annotator.
</longdescription>
<maintainer>
	<email>ziapanocchia@gmail.com</email>
	<name>Marco Clocchiatti</name>
</maintainer>
<upstream>
	<maintainer status="active" >
		<email></email>
		<name>Steven Sproat</name>
	</maintainer>
	<remote-id type="google-code">http://whyteboard.org/</remote-id>
</upstream>
<use>
</use>
</pkgmetadata>



1.1                  x11-apps/whyteboard/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for x11-apps/whyteboard
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.1 2011/01/20 18:07:22 lxnay Exp $

*whyteboard-0.41.1 (20 Jan 2011)

  20 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +whyteboard-0.41.1.ebuild,
  +files/whyteboard.desktop, +files/whyteboard.png, +metadata.xml:
  new ebuild, close bug #348305




1.1                  x11-apps/whyteboard/whyteboard-0.41.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.1&content-type=text/plain

Index: whyteboard-0.41.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.1 2011/01/20 18:07:22 lxnay Exp $

EAPI="3"

PYTHON_DEPEND="2" # Upstream doesn't support Python 3.x

inherit eutils python multilib

DESCRIPTION="A simple image, PDF and postscript file annotator."
LICENSE="ISC"
SLOT="0"
IUSE=""

HOMEPAGE="http://code.google.com/p/whyteboard"
SRC_URI="http://whyteboard.googlecode.com/files/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

RDEPEND="${DEPEND}
	dev-python/wxpython
	media-gfx/imagemagick"

src_install() {
	dodir /usr/bin
	dodir /usr/share/applications
	dodir /usr/share/pixmaps

	insinto /usr/share/pixmaps
	doins "${FILESDIR}/${PN}.png" || die
	insinto /usr/share/applications
	doins "${FILESDIR}/${PN}.desktop" || die

	dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt || die

	local appdir="$(python_get_sitedir)/${PN}"
	dodir "${appdir}"
	insinto "${appdir}"
	doins -r images 'locale' "${PN}" "${PN}-help" "${PN}.py" || die

	cat >> "${T}/${PN}" <<- EOF
	#!/bin/sh
	exec $(PYTHON) -O "$(python_get_sitedir)/${PN}/${PN}.py"
	EOF
	exeinto /usr/bin
	doexe "${T}/${PN}" || die
}

pkg_preinst() {
	echo
	elog "This application is very experimental and some features"
	elog "are not yet implemented, however you can live with it"
	echo
}






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

only message in thread, other threads:[~2011-01-20 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 18:07 [gentoo-commits] gentoo-x86 commit in x11-apps/whyteboard: metadata.xml ChangeLog whyteboard-0.41.1.ebuild Fabio Erculiani (lxnay)

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