summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-12-07 18:51:32 +0000
committerBen de Groot <yngwin@gentoo.org>2008-12-07 18:51:32 +0000
commitf3dbc1191e93df194263f8cc45fd986cdafb70e0 (patch)
tree8d09e7955832a19c1dfd1f66fef9576772687e6e /lxde-base/lxtask
parents390 love (diff)
downloadgentoo-2-f3dbc1191e93df194263f8cc45fd986cdafb70e0.tar.gz
gentoo-2-f3dbc1191e93df194263f8cc45fd986cdafb70e0.tar.bz2
gentoo-2-f3dbc1191e93df194263f8cc45fd986cdafb70e0.zip
Add test restriction, see bug 249598. Do not install empty ChangeLog.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Diffstat (limited to 'lxde-base/lxtask')
-rw-r--r--lxde-base/lxtask/ChangeLog5
-rw-r--r--lxde-base/lxtask/lxtask-0.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog
index ddd816181e7c..5f77289f9502 100644
--- a/lxde-base/lxtask/ChangeLog
+++ b/lxde-base/lxtask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxtask
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.2 2008/11/11 15:20:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.3 2008/12/07 18:51:32 yngwin Exp $
+
+ 07 Dec 2008; Ben de Groot <yngwin@gentoo.org> lxtask-0.1.ebuild:
+ Add test restriction, see bug 249598. Do not install empty ChangeLog.
11 Nov 2008; Ben de Groot <yngwin@gentoo.org> lxtask-0.1.ebuild:
Fix RDEPEND/DEPEND switch.
diff --git a/lxde-base/lxtask/lxtask-0.1.ebuild b/lxde-base/lxtask/lxtask-0.1.ebuild
index be161db8a198..33418af0d756 100644
--- a/lxde-base/lxtask/lxtask-0.1.ebuild
+++ b/lxde-base/lxtask/lxtask-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.2 2008/11/11 15:20:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.3 2008/12/07 18:51:32 yngwin Exp $
EAPI="1"
@@ -12,6 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
+RESTRICT="test" # bug 249598
RDEPEND="x11-libs/gtk+:2
dev-libs/glib:2"
@@ -21,5 +22,5 @@ DEPEND="${RDEPEND}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
+ dodoc AUTHORS README
}