jer         14/07/17 21:07:04

  Modified:             tleds-1.05_beta11-r2.ebuild metadata.xml ChangeLog
  Log:
  EAPI bump. Remove short <longdescription>. Convert sed scripts to patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild?r1=1.1&r2=1.2

Index: tleds-1.05_beta11-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tleds-1.05_beta11-r2.ebuild 19 Sep 2010 00:12:14 -0000      1.1
+++ tleds-1.05_beta11-r2.ebuild 17 Jul 2014 21:07:04 -0000      1.2
@@ -1,53 +1,36 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.1 
2010/09/19 00:12:14 jer Exp $
-
-EAPI="2"
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r2.ebuild,v 1.2 
2014/07/17 21:07:04 jer Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 MY_P="${P/_/}"
 S="${WORKDIR}/${MY_P/eta11/}"
 DESCRIPTION="Blinks keyboard LEDs indicating outgoing and incoming network 
packets on selected network interface"
 HOMEPAGE="http://www.hut.fi/~jlohikos/tleds_orig.html";
-SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${MY_P/11/10}.tgz
-       http://www.hut.fi/~jlohikos/tleds/public/${MY_P}.patch.bz2";
+SRC_URI="
+       http://www.hut.fi/~jlohikos/tleds/public/${MY_P/11/10}.tgz
+       http://www.hut.fi/~jlohikos/tleds/public/${MY_P}.patch.bz2
+"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="X"
 
-DEPEND="X? ( >=x11-libs/libX11-1.0.0 )"
+DEPEND="X? ( x11-libs/libX11 )"
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-       # unpack only original sources, not patches
-       unpack tleds-1.05beta10.tgz
-}
-
 src_prepare() {
        # code patches
        epatch \
-               "${DISTDIR}"/${MY_P}.patch.bz2 \
+               "${WORKDIR}"/${MY_P}.patch \
                "${FILESDIR}"/${P}-gentoo.patch
-
-       # respect CC/CFLAGS/LDFLAGS, new X11 prefix
-       local opts="$(echo '$(GCCOPTS)')"
-       sed -i Makefile \
-               -e 's:-O3 -Wall:$(CFLAGS) $(LDFLAGS) -Wall:' \
-               -e 's:gcc \($(GCCOPTS)\):$(CC) \1:' \
-               -e 's:gcc \(-DNO_X_SUPPORT\):$(CC) \1:' \
-               -e 's:/usr/X11R6:/usr:g' \
-               || die "sed failed in Makefile"
 }
 
 src_compile() {
-       if use X ; then
-               emake CC=$(tc-getCC) all || die "make failed"
-       else
-               emake CC=$(tc-getCC) tleds || die "make tleds failed"
-       fi
+       emake CC=$(tc-getCC) $(usex X all tleds)
 }
 
 src_install() {



1.3                  net-analyzer/tleds/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tleds/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        22 Jul 2007 08:04:24 -0000      1.2
+++ metadata.xml        17 Jul 2014 21:07:04 -0000      1.3
@@ -2,8 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
 <herd>netmon</herd>
-<longdescription>
-Blinks keyboard LEDs indicating outgoing and incoming network packets on
-selected network interface
-</longdescription>
 </pkgmetadata>



1.21                 net-analyzer/tleds/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tleds/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   19 Sep 2010 00:12:14 -0000      1.20
+++ ChangeLog   17 Jul 2014 21:07:04 -0000      1.21
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tleds
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.20 
2010/09/19 00:12:14 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.21 
2014/07/17 21:07:04 jer Exp $
+
+  17 Jul 2014; Jeroen Roovers <[email protected]> tleds-1.05_beta11-r2.ebuild,
+  files/tleds-1.05_beta11-gentoo.patch, metadata.xml:
+  EAPI bump. Remove short <longdescription>. Convert sed scripts to patch.
 
 *tleds-1.05_beta11-r2 (19 Sep 2010)
 




Reply via email to