Portage is a package management system used by Gentoo Linux
# ChangeLog for kde-misc/kadslwatch
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.7 2006/09/28 11:32:23 deathwing00 Exp $
28 Sep 2006; Ioannis Aslanidis
kadslwatch-01.00.06.ebuild:
Fixed DEPEND/RDEPEND.
22 Sep 2005; Gregorio Guidi
kadslwatch-01.00.06.ebuild:
Stable on x86.
*kadslwatch-01.00.06 (17 Aug 2005)
17 Aug 2005; Gregorio Guidi
+files/kadslwatch-01.00.06-configure.patch, +kadslwatch-01.00.06.ebuild:
New version (#102686).
05 Dec 2004; Simone Gotti
Stable on x86.
23 Nov 2004; Carsten Lohrke
QA: missing "inherit eutils"
30 Oct 2004; Simone Gotti
Don't install README.html 2 times in the doc dir.
*kadslwatch-01.00.05 (29 Oct 2004)
29 Oct 2004; Simone Gotti
+files/kadslwatch-01.00.05-Makefiles.patch,
+files/kadslwatch-01.00.05-configure.patch, +kadslwatch-01.00.05.ebuild:
New Ebuild, thanks to tuXXer and Stefan Briesenick. Closes bug #23051. Added
a patch for the configure script to honor the 'arts' USE flag, and a patch
to fix a sandbox violation
AUX kadslwatch-01.00.06-configure.patch 3678 RMD160 e9043b2845312c9cb49a62265a41eb517d8efa22 SHA1 dbc811fdb05b9d3810f0e3ed5c33092e89cd28f7 SHA256 f72f07e2da09db23b35b84aaf379ad315c5e061eba16c25b4af657c67983e7e1
DIST kadslwatch-01.00.06.tar.gz 477950 RMD160 bbcbadbc4c48d982cf9ca51523e0e66e99f3b3a9 SHA1 28cd882d3e9be041c5ddd1ef342125fe69b0496d SHA256 3733cddd035fe82e35f3e6127da37e950322b77e46cc71cb45586c0d2f0fbb33
EBUILD kadslwatch-01.00.06.ebuild 725 RMD160 8cff861777c2d61d1e8c0b48a1da506f2bb6b044 SHA1 64e672f217feb67c36da02076204cc088f5b1b95 SHA256 73fceb2de709ba4d7a75782446b081f41362421f5364caa22289f1769b3c16d0
MISC ChangeLog 1355 RMD160 7cf1019787c0ffa43de93842394397b11c2fb910 SHA1 d324eeae708477c7f45d7becc33fdbaf06382fd4 SHA256 d0f82c55ac7bb0c60015263413831b22b4589e6edc4855e0a7f3336fa1810bcc
MISC metadata.xml 157 RMD160 9258d9691830e58ee00ca89f0a6df9ce077f2439 SHA1 b2ca0d856f38a09bf6d2e58ee77b344552585862 SHA256 e0e268ca18fef286617fcfe97773d5df5b8fbdb5fbcb9a29adc5e8b0baea4292
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.06.ebuild,v 1.3 2006/09/28 11:32:23 deathwing00 Exp $
inherit kde eutils
DESCRIPTION="A universal CAPI based ADSL monitor for KDE."
HOMEPAGE="http://www.avm.de/de/Service/AVM_Service_Portale/Linux/CAPI_Tools/K_ADSL_Watch.html"
SRC_URI="ftp://ftp.avm.de/tools/k_adsl_watch.linux/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="net-dialup/capi4k-utils"
RDEPEND="${DEPEND}"
need-kde 3
src_unpack() {
kde_src_unpack
use arts || epatch ${FILESDIR}/${P}-configure.patch
}
src_install() {
kde_src_install
dodoc *.lsm
}