summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-02-05 18:06:31 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-02-05 18:06:31 +0000
commit2a27d6693a8b8c0cf8d3937a6fa599c411c6f306 (patch)
treeb935091eba78ac745a3f7cb7c0b0aa2f71c56d5b /dev-util
parentVersion bump, changed repository and branch to upstream for live ebuild (diff)
downloadgentoo-2-2a27d6693a8b8c0cf8d3937a6fa599c411c6f306.tar.gz
gentoo-2-2a27d6693a8b8c0cf8d3937a6fa599c411c6f306.tar.bz2
gentoo-2-2a27d6693a8b8c0cf8d3937a6fa599c411c6f306.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dbus-test-runner/ChangeLog8
-rw-r--r--dev-util/dbus-test-runner/dbus-test-runner-0.0.5.ebuild27
2 files changed, 6 insertions, 29 deletions
diff --git a/dev-util/dbus-test-runner/ChangeLog b/dev-util/dbus-test-runner/ChangeLog
index 298c431c913f..448a69cc1944 100644
--- a/dev-util/dbus-test-runner/ChangeLog
+++ b/dev-util/dbus-test-runner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/dbus-test-runner
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dbus-test-runner/ChangeLog,v 1.18 2013/12/08 20:06:06 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dbus-test-runner/ChangeLog,v 1.19 2014/02/05 18:06:31 kensington Exp $
+
+ 05 Feb 2014; Michael Palimaka <kensington@gentoo.org>
+ -dbus-test-runner-0.0.5.ebuild:
+ Remove old.
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> dbus-test-runner-12.10.1.ebuild:
x86 stable, bug #478252
diff --git a/dev-util/dbus-test-runner/dbus-test-runner-0.0.5.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-0.0.5.ebuild
deleted file mode 100644
index f394324584c4..000000000000
--- a/dev-util/dbus-test-runner/dbus-test-runner-0.0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dbus-test-runner/dbus-test-runner-0.0.5.ebuild,v 1.9 2013/02/02 22:31:54 ago Exp $
-
-EAPI=4
-
-MY_MAJOR_VERSION=trunk
-
-DESCRIPTION="Run executables under a new DBus session for testing"
-HOMEPAGE="https://launchpad.net/dbus-test-runner"
-SRC_URI="http://launchpad.net/${PN}/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.30
-"
-DEPEND="
- ${RDEPEND}
- dev-util/intltool
- test? ( dev-util/bustle )
-"