From 022b7e7241c9b58844cee9289709926aeab6776f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 27 Apr 2018 18:10:56 -0700 Subject: x11-apps/rstart: Transition deps to x11-base/xorg-proto --- x11-apps/rstart/rstart-1.0.5-r1.ebuild | 13 +++++++++++++ x11-apps/rstart/rstart-1.0.5.ebuild | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 x11-apps/rstart/rstart-1.0.5-r1.ebuild delete mode 100644 x11-apps/rstart/rstart-1.0.5.ebuild diff --git a/x11-apps/rstart/rstart-1.0.5-r1.ebuild b/x11-apps/rstart/rstart-1.0.5-r1.ebuild new file mode 100644 index 000000000000..86908b7e7f16 --- /dev/null +++ b/x11-apps/rstart/rstart-1.0.5-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org rstart application" +KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +IUSE="" + +DEPEND="x11-base/xorg-proto" +RDEPEND="${DEPEND}" diff --git a/x11-apps/rstart/rstart-1.0.5.ebuild b/x11-apps/rstart/rstart-1.0.5.ebuild deleted file mode 100644 index e74a26a102a1..000000000000 --- a/x11-apps/rstart/rstart-1.0.5.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org rstart application" -KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh ~sparc x86" -IUSE="" - -RDEPEND="x11-proto/xproto" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad