summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild')
-rw-r--r--gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild b/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild
deleted file mode 100644
index 81bed5fcb5ea..000000000000
--- a/gnome-base/gnome-common/gnome-common-3.14.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit gnome.org
-
-DESCRIPTION="Common files for development of Gnome packages"
-HOMEPAGE="https://git.gnome.org/browse/gnome-common"
-
-LICENSE="GPL-3"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+autoconf-archive"
-
-RDEPEND="autoconf-archive? ( >=sys-devel/autoconf-archive-2015.02.04 )
- !autoconf-archive? ( !>=sys-devel/autoconf-archive-2015.02.04 )
-"
-DEPEND=""
-
-src_install() {
- default
- if use autoconf-archive; then
- # do not install macros owned by autoconf-archive, bug #540138
- rm "${ED}"/usr/share/aclocal/ax_{check_enable_debug,code_coverage}.m4 || die "removing macros failed"
- fi
- mv doc-build/README README.doc-build || die "renaming doc-build/README failed"
- dodoc ChangeLog README*
-}