public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/tint2: ChangeLog tint2-0.10.ebuild tint2-0.10_beta1.ebuild
@ 2010-05-30 19:09 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2010-05-30 19:09 UTC (permalink / raw
  To: gentoo-commits

idl0r       10/05/30 19:09:26

  Modified:             ChangeLog
  Added:                tint2-0.10.ebuild
  Removed:              tint2-0.10_beta1.ebuild
  Log:
  Version bump to 0.10.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-misc/tint2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 May 2010 13:51:07 -0000	1.16
+++ ChangeLog	30 May 2010 19:09:25 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/tint2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.16 2010/05/17 13:51:07 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.17 2010/05/30 19:09:25 idl0r Exp $
+
+*tint2-0.10 (30 May 2010)
+
+  30 May 2010; Christian Ruppert <idl0r@gentoo.org>
+  -tint2-0.10_beta1.ebuild, +tint2-0.10.ebuild,
+  -files/tint2-0.10-beta1-install_examples.patch:
+  Version bump to 0.10.
 
 *tint2-0.10_beta1 (17 May 2010)
 



1.1                  x11-misc/tint2/tint2-0.10.ebuild

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

Index: tint2-0.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.10.ebuild,v 1.1 2010/05/30 19:09:25 idl0r Exp $

EAPI="3"

MY_P="${PN}-${PV/_/-}"

DESCRIPTION="A lightweight panel/taskbar"
HOMEPAGE="http://code.google.com/p/tint2/"
SRC_URI="http://tint2.googlecode.com/files/${MY_P}.tar.gz"

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

COMMON_DEPEND="dev-libs/glib:2
	x11-libs/cairo
	x11-libs/pango
	x11-libs/libX11
	x11-libs/libXinerama
	x11-libs/libXdamage
	x11-libs/libXcomposite
	x11-libs/libXrender
	x11-libs/libXrandr
	media-libs/imlib2[X]"
# autoconf >= 2.61 for --docdir, bug 296890
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig
	x11-proto/xineramaproto
	>=sys-devel/autoconf-2.61"
RDEPEND="${COMMON_DEPEND}
	tint2conf? ( x11-misc/tintwizard )"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	sed -i -e 's:python /usr/bin/tintwizard.py:tintwizard:' src/tint2conf/main.c || die
}

src_configure() {
	econf --docdir=/usr/share/doc/${PF} \
		$(use_enable battery) \
		$(use_enable examples) \
		$(use_enable tint2conf)
}

src_install() {
	emake DESTDIR="${D}" install || die
	rm -f "${D}/usr/bin/tintwizard.py"
}






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

only message in thread, other threads:[~2010-05-30 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-30 19:09 [gentoo-commits] gentoo-x86 commit in x11-misc/tint2: ChangeLog tint2-0.10.ebuild tint2-0.10_beta1.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