eclean-kernel-0.4.1.ebuild 489 B

12345678910111213141516171819
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python{2_7,3_4} pypy )
  5. inherit distutils-r1
  6. DESCRIPTION="Remove outdated built kernels"
  7. HOMEPAGE="https://bitbucket.org/mgorny/eclean-kernel/"
  8. SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
  12. IUSE=""
  13. RDEPEND="kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )"