Jeroen Roovers (jer | 18 Jul 2012 19:11
Picon
Favicon

gentoo-x86 commit in x11-misc/tabbed: tabbed-0.4.ebuild ChangeLog

jer         12/07/18 17:11:43

  Modified:             ChangeLog
  Added:                tabbed-0.4.ebuild
  Log:
  Version bump.

  (Portage version: 2.2.0_alpha119/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/tabbed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tabbed/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Apr 2011 14:23:46 -0000	1.1
+++ ChangeLog	18 Jul 2012 17:11:43 -0000	1.2
 <at>  <at>  -1,6 +1,11  <at>  <at> 
 # ChangeLog for x11-misc/tabbed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tabbed/ChangeLog,v 1.1 2011/04/20 14:23:46 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tabbed/ChangeLog,v 1.2 2012/07/18 17:11:43 jer Exp $
+
+*tabbed-0.4 (18 Jul 2012)
+
+  18 Jul 2012; Jeroen Roovers <jer@...> +tabbed-0.4.ebuild:
+  Version bump.

 *tabbed-0.3 (20 Apr 2011)

1.1                  x11-misc/tabbed/tabbed-0.4.ebuild

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

Index: tabbed-0.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/tabbed/tabbed-0.4.ebuild,v 1.1 2012/07/18 17:11:43
jer Exp $

EAPI="3"

inherit savedconfig toolchain-funcs

DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
HOMEPAGE="http://tools.suckless.org/tabbed"
SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="
	x11-proto/xproto
	${RDEPEND}
"

src_prepare() {
	sed \
		-e 's|/usr/local|/usr|g' \
		-e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)|g' \
		-e 's|^LDFLAGS.*|LDFLAGS += $(LIBS)|g' \
		-e 's|^LIBS.*|LIBS = -lX11|g' \
		-e '/^CC/d' \
		-i config.mk || die
	sed \
		-e 's|{|(|g;s|}|)|g' \
		-i Makefile config.mk || die
	restore_config config.h
}

src_compile() {
	emake CC=$(tc-getCC) || die "emake compile failed"
}
src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	save_config config.h
}


Gmane