commit: 0509eac582fb9b1dbae3d8c52bed3edb872d9c5c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 23:05:16 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 23:05:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0509eac5
gnome-base/gnome-common: moved to gentoo-x86 --- gnome-base/gnome-common/gnome-common-3.14.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild b/gnome-base/gnome-common/gnome-common-3.14.0.ebuild deleted file mode 100644 index 7050f4f..0000000 --- a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit gnome.org - -DESCRIPTION="Common files for development of Gnome packages" -HOMEPAGE="http://git.gnome.org/browse/gnome-common" - -LICENSE="GPL-3" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_install() { - default - mv doc-build/README README.doc-build || die "renaming doc-build/README failed" - dodoc ChangeLog README* -}