public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-imonlcd: ChangeLog metadata.xml vdr-imonlcd-0.0.5.ebuild
@ 2011-01-28 22:39 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2011-01-28 22:39 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/01/28 22:39:35

  Added:                ChangeLog metadata.xml vdr-imonlcd-0.0.5.ebuild
  Log:
  Initial commit for vdr-imonlcd-0.0.5.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-plugins/vdr-imonlcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-plugins/vdr-imonlcd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/ChangeLog,v 1.1 2011/01/28 22:39:35 idl0r Exp $

*vdr-imonlcd-0.0.5 (28 Jan 2011)

  28 Jan 2011; Christian Ruppert <idl0r@gentoo.org> +files/99-imonlcd.rules,
  +vdr-imonlcd-0.0.5.ebuild, +files/confd, +files/rc-addon.sh, +metadata.xml:
  Initial commit for vdr-imonlcd-0.0.5.




1.1                  media-plugins/vdr-imonlcd/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/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>idl0r@gentoo.org</email>
		<name>Christian Ruppert</name>
	</maintainer>
</pkgmetadata>



1.1                  media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5.ebuild?rev=1.1&content-type=text/plain

Index: vdr-imonlcd-0.0.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5.ebuild,v 1.1 2011/01/28 22:39:35 idl0r Exp $

EAPI=3

inherit linux-info vdr-plugin

DESCRIPTION="Video Disc Recorder plugin that shows information about the current state
of VDR on iMON LCD"
HOMEPAGE="http://projects.vdr-developer.org/wiki/plg-imonlcd"
SRC_URI="http://projects.vdr-developer.org/attachments/download/408/${P}.tgz"

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

RDEPEND="media-libs/freetype"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

CONFIG_CHECK="~IR_IMON"

pkg_setup() {
	linux-info_pkg_setup
	vdr-plugin_pkg_setup
}

src_prepare() {
	vdr-plugin_src_prepare

	if ! use nls; then
		sed -i -e 's/\(all: libvdr-$(PLUGIN).so\) i18n/\1/' Makefile || die
	fi
}

src_install() {
	rm -f README.git
	vdr-plugin_src_install

	insinto /etc/udev/rules.d
	doins "${FILESDIR}/99-imonlcd.rules" || die
}






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

only message in thread, other threads:[~2011-01-28 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 22:39 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-imonlcd: ChangeLog metadata.xml vdr-imonlcd-0.0.5.ebuild Christian Ruppert (idl0r)

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