autoconf-archive-2016.09.16.ebuild 700 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="6"
  4. DESCRIPTION="GNU Autoconf Macro Archive"
  5. HOMEPAGE="https://www.gnu.org/software/autoconf-archive/"
  6. SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
  10. IUSE=""
  11. # File collisions. #540246
  12. RDEPEND="!=gnome-base/gnome-common-3.14.0
  13. !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]"
  14. DEPEND=""
  15. src_install() {
  16. default
  17. rm -r "${ED}/usr/share/${PN}" || die
  18. }