* [gentoo-commits] gentoo-x86 commit in app-laptop/pommed: ChangeLog pommed-1.17.ebuild
@ 2008-05-05 8:00 Cedric Krier (cedk)
0 siblings, 0 replies; only message in thread
From: Cedric Krier (cedk) @ 2008-05-05 8:00 UTC (permalink / raw
To: gentoo-commits
cedk 08/05/05 08:00:16
Modified: ChangeLog
Added: pommed-1.17.ebuild
Log:
Version bump
(Portage version: 2.1.4.4)
Revision Changes Path
1.28 app-laptop/pommed/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 27 Apr 2008 11:19:20 -0000 1.27
+++ ChangeLog 5 May 2008 08:00:16 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for app-laptop/pommed
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.27 2008/04/27 11:19:20 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/ChangeLog,v 1.28 2008/05/05 08:00:16 cedk Exp $
+
+*pommed-1.17 (05 May 2008)
+
+ 05 May 2008; Cédric Krier <cedk@gentoo.org> +files/pommed-1.17.patch,
+ +pommed-1.17.ebuild:
+ Version bump
27 Apr 2008; Cédric Krier <cedk@gentoo.org> pommed-1.14.ebuild,
pommed-1.16.ebuild:
1.1 app-laptop/pommed/pommed-1.17.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/pommed-1.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/pommed-1.17.ebuild?rev=1.1&content-type=text/plain
Index: pommed-1.17.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.17.ebuild,v 1.1 2008/05/05 08:00:16 cedk Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Manage special features such as screen and keyboard backlight on Apple MacBook Pro/PowerBook"
HOMEPAGE="http://technologeek.org/projects/pommed/index.html"
ALIOTH_NUMBER="2394"
SRC_URI="http://alioth.debian.org/frs/download.php/${ALIOTH_NUMBER}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk X"
DEPEND="media-libs/alsa-lib
x86? ( sys-apps/pciutils
>=sys-libs/libsmbios-0.13.6 )
amd64? ( sys-apps/pciutils
>=sys-libs/libsmbios-0.13.6 )
dev-libs/confuse
sys-apps/dbus
sys-libs/zlib
media-libs/audiofile
gtk? ( >=x11-libs/gtk+-2
>=gnome-base/libglade-2 )
X? ( x11-libs/libX11
x11-libs/libXpm )
dev-util/pkgconfig"
RDEPEND="${DEPEND}
media-sound/alsa-utils
virtual/eject"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}.patch"
}
src_compile() {
cd "${S}"/pommed
emake CC="$(tc-getCC)" OFLIB=1 || die "emake pommed failed"
if use gtk; then
cd "${S}"/gpomme
local POFILES=""
for LANG in ${LINGUAS}; do
if [ -f po/${LANG}.po ]; then
POFILES="${POFILES} po/${LANG}.po"
fi
done
emake CC="$(tc-getCC)" POFILES="${POFILES}" || die "emake gpomme failed"
fi
if use X; then
cd "${S}"/wmpomme
emake CC="$(tc-getCC)" || die "emake wmpomme failed"
fi
}
src_install() {
insinto /etc
if use x86 || use amd64; then
newins pommed.conf.mactel pommed.conf
elif use ppc; then
newins pommed.conf.pmac pommed.conf
fi
insinto /etc/dbus-1/system.d
newins dbus-policy.conf pommed.conf
insinto /usr/share/pommed
doins pommed/data/*.wav
dobin pommed/pommed
newinitd "${FILESDIR}"/pommed.rc pommed
dodoc AUTHORS ChangeLog README TODO
if use gtk ; then
dobin gpomme/gpomme
for LANG in ${LINGUAS}; do
if [ -f gpomme/po/${LANG}.mo ]; then
einfo "Installing lang ${LANG}"
insinto /usr/share/locale/${LANG}/LC_MESSAGES/
doins gpomme/po/${LANG}.mo
fi
done
insinto /usr/share/applications
doins gpomme/gpomme.desktop
doins gpomme/gpomme-c.desktop
insinto /usr/share/gpomme/
doins -r gpomme/themes
doins gpomme/gpomme.glade
fi
if use X ; then
dobin wmpomme/wmpomme
fi
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-05 8:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 8:00 [gentoo-commits] gentoo-x86 commit in app-laptop/pommed: ChangeLog pommed-1.17.ebuild Cedric Krier (cedk)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox