public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxpanel: lxpanel-0.5.1.ebuild ChangeLog
@ 2009-08-04 18:56 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-08-04 18:56 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/08/04 18:56:43

  Modified:             ChangeLog
  Added:                lxpanel-0.5.1.ebuild
  Log:
  Version bump. New version no longer has wifi plugin.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  lxde-base/lxpanel/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Jul 2009 18:32:38 -0000	1.5
+++ ChangeLog	4 Aug 2009 18:56:42 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for lxde-base/lxpanel
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.5 2009/07/30 18:32:38 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.6 2009/08/04 18:56:42 yngwin Exp $
+
+*lxpanel-0.5.1 (04 Aug 2009)
+
+  04 Aug 2009; Ben de Groot <yngwin@gentoo.org> +lxpanel-0.5.1.ebuild,
+  +files/lxpanel-0.5.1-sandbox.patch:
+  Version bump. New version no longer has wifi plugin.
 
   30 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> lxpanel-0.4.1.ebuild:
   Rekeywording for ppc. Bug 271148



1.1                  lxde-base/lxpanel/lxpanel-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.1.ebuild?rev=1.1&content-type=text/plain

Index: lxpanel-0.5.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.1.ebuild,v 1.1 2009/08/04 18:56:42 yngwin Exp $

EAPI="2"
inherit eutils autotools

DESCRIPTION="Lightweight X11 desktop panel for LXDE"
HOMEPAGE="http://lxde.sf.net/"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE="+X +alsa"
RESTRICT="test"  # bug 249598

RDEPEND="x11-libs/gtk+:2
	x11-libs/libXmu
	x11-libs/libXpm
	lxde-base/lxmenu-data
	lxde-base/menu-cache
	alsa? ( media-libs/alsa-lib )
	X? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

src_prepare() {
	epatch "${FILESDIR}"/${P}-sandbox.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable alsa) \
		$(use_with X x) \
		--with-plugins=all
}

src_install () {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README || die "dodoc failed"
}






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

only message in thread, other threads:[~2009-08-04 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 18:56 [gentoo-commits] gentoo-x86 commit in lxde-base/lxpanel: lxpanel-0.5.1.ebuild ChangeLog Ben de Groot (yngwin)

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