summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-05-18 23:09:17 +0300
committerMart Raudsepp <leio@gentoo.org>2019-05-18 23:43:59 +0300
commitc1abea39d8c9e0272d346cf254bfb05366c212c9 (patch)
tree825636a25f8787e1c71e10d6c0cccc68ac2ef36d /gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
parentgames-puzzle/swell-foop: remove old (diff)
downloadgentoo-c1abea39d8c9e0272d346cf254bfb05366c212c9.tar.gz
gentoo-c1abea39d8c9e0272d346cf254bfb05366c212c9.tar.bz2
gentoo-c1abea39d8c9e0272d346cf254bfb05366c212c9.zip
gnome-base/dconf-editor: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild')
-rw-r--r--gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
deleted file mode 100644
index 5614929cccd4..000000000000
--- a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Graphical tool for editing the dconf configuration database"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-linux"
-
-COMMON_DEPEND="
- dev-libs/appstream-glib
- >=dev-libs/glib-2.46.0:2
- >=gnome-base/dconf-0.25.1
- >=x11-libs/gtk+-3.22.0:3
-"
-DEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-base/dconf-0.22[X]
-"
-
-src_configure() {
- gnome2_src_configure \
- VALAC="$(type -P true)"
-}