diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-11-23 15:52:49 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-11-23 15:52:49 +0000 |
commit | f45815b75ca04e9e8db681b58de4758c930f4ecb (patch) | |
tree | c3e444dcd0db02ed59034948567e8c8ff814d62e /kde-misc/kadslwatch | |
parent | version bump, moving CORBA.py and PortableServer.py to avoid colliding with o... (diff) | |
download | historical-f45815b75ca04e9e8db681b58de4758c930f4ecb.tar.gz historical-f45815b75ca04e9e8db681b58de4758c930f4ecb.tar.bz2 historical-f45815b75ca04e9e8db681b58de4758c930f4ecb.zip |
QA: missing "inherit eutils"
Diffstat (limited to 'kde-misc/kadslwatch')
-rw-r--r-- | kde-misc/kadslwatch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/kadslwatch/ChangeLog b/kde-misc/kadslwatch/ChangeLog index 38ee48c01552..7a74cb3e8b8a 100644 --- a/kde-misc/kadslwatch/ChangeLog +++ b/kde-misc/kadslwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kadslwatch # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.2 2004/10/29 23:49:19 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.3 2004/11/23 15:44:55 carlo Exp $ + + 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> kadslwatch-01.00.05.ebuild: + QA: missing "inherit eutils" 30 Oct 2004; Simone Gotti <motaboy@gentoo.org> kadslwatch-01.00.05.ebuild: Don't install README.html 2 times in the doc dir. diff --git a/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild b/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild index ca1503bc4d07..4328cf6ac938 100644 --- a/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild +++ b/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild,v 1.2 2004/10/29 23:49:19 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild,v 1.3 2004/11/23 15:44:55 carlo Exp $ -inherit kde +inherit kde eutils DESCRIPTION="K ADSL Watch is 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" |