summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild')
-rw-r--r--dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild
deleted file mode 100644
index c69ab316a910..000000000000
--- a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_MAJOR_VERSION=12.10
-
-DESCRIPTION="Run executables under a new DBus session for testing"
-HOMEPAGE="https://launchpad.net/dbus-test-runner"
-SRC_URI="https://launchpad.net/${PN}/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.34:2
-"
-DEPEND="
- ${RDEPEND}
- dev-util/intltool
- test? ( dev-util/bustle )
-"
-
-src_prepare() {
- # Drop -Werror usage
- sed -e 's/-Werror//' \
- -i libdbustest/Makefile.{am,in} \
- -i src/Makefile.{am,in} \
- -i tests/Makefile.{am,in} \
- || die
-}