summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2009-11-30 20:14:32 +0000
committerJoseph Jezak <josejx@gentoo.org>2009-11-30 20:14:32 +0000
commited28080c02290611d3f538ea1e1214829c399fb7 (patch)
treedfc2d236348843b48572e39dfe76c547d2217a26 /sys-apps/lsadb
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-ed28080c02290611d3f538ea1e1214829c399fb7.tar.gz
gentoo-2-ed28080c02290611d3f538ea1e1214829c399fb7.tar.bz2
gentoo-2-ed28080c02290611d3f538ea1e1214829c399fb7.zip
Added new version and removed old version. Fixed website according to bug #285875.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/lsadb')
-rw-r--r--sys-apps/lsadb/ChangeLog11
-rw-r--r--sys-apps/lsadb/files/lsadb-makefile.patch10
-rw-r--r--sys-apps/lsadb/lsadb-0.1.2.ebuild31
-rw-r--r--sys-apps/lsadb/lsadb-0.1.3.ebuild31
4 files changed, 50 insertions, 33 deletions
diff --git a/sys-apps/lsadb/ChangeLog b/sys-apps/lsadb/ChangeLog
index 0c6e9232ab45..4395900c59ba 100644
--- a/sys-apps/lsadb/ChangeLog
+++ b/sys-apps/lsadb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/lsadb
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsadb/ChangeLog,v 1.3 2008/05/29 07:09:25 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsadb/ChangeLog,v 1.4 2009/11/30 20:14:31 josejx Exp $
+
+*lsadb-0.1.3 (30 Nov 2009)
+
+ 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> -lsadb-0.1.2.ebuild,
+ +lsadb-0.1.3.ebuild, +files/lsadb-makefile.patch:
+ Added new version and removed old version. Fixed website according to bug
+ #285875.
29 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644).
diff --git a/sys-apps/lsadb/files/lsadb-makefile.patch b/sys-apps/lsadb/files/lsadb-makefile.patch
new file mode 100644
index 000000000000..fb396cc85b22
--- /dev/null
+++ b/sys-apps/lsadb/files/lsadb-makefile.patch
@@ -0,0 +1,10 @@
+--- Makefile.bak 2009-11-30 14:31:07.000000000 -0500
++++ Makefile 2009-11-30 14:31:34.000000000 -0500
+@@ -1,6 +1,2 @@
+-
+-
+ lsadb: lsadb.c lsadb.h
+- gcc -Wall -O2 -o $@ $< && strip $@
+-
+-
++ ${CC} -Wall ${CFLAGS} -o $@ $<
diff --git a/sys-apps/lsadb/lsadb-0.1.2.ebuild b/sys-apps/lsadb/lsadb-0.1.2.ebuild
deleted file mode 100644
index b255a5532575..000000000000
--- a/sys-apps/lsadb/lsadb-0.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsadb/lsadb-0.1.2.ebuild,v 1.1 2004/10/31 21:54:28 pylon Exp $
-
-inherit eutils
-
-DESCRIPTION="Prints out information on all devices attached to the ADB bus"
-HOMEPAGE="http://pbbuttons.sourceforge.net/projects/lsadb/"
-SRC_URI="http://pbbuttons.sourceforge.net/projects/lsadb/pkg/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~ppc"
-IUSE=""
-DEPEND=""
-RDEPEND="$DEPEND"
-
-src_unpack() {
- mkdir ${S}
- cd ${S}
- unpack ${A}
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin lsadb
- doman lsadb.1
- dodoc README
-}
diff --git a/sys-apps/lsadb/lsadb-0.1.3.ebuild b/sys-apps/lsadb/lsadb-0.1.3.ebuild
new file mode 100644
index 000000000000..a5bb82986a3a
--- /dev/null
+++ b/sys-apps/lsadb/lsadb-0.1.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsadb/lsadb-0.1.3.ebuild,v 1.1 2009/11/30 20:14:31 josejx Exp $
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Prints out information on all devices attached to the ADB bus"
+HOMEPAGE="http://pbbuttons.berlios.de/projects/lsadb/"
+SRC_URI="mirror://berlios/pub/pbbuttons/${PN}-${PV}.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~ppc"
+IUSE=""
+DEPEND=""
+RDEPEND="$DEPEND"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-makefile.patch"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" || die "emake failed"
+}
+
+src_install() {
+ dobin lsadb
+ doman lsadb.1
+ dodoc README
+}