summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-10-01 23:24:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2019-10-01 23:24:15 +0200
commit3694121dff13434cc026f4c9e1be7ef10e3a60a9 (patch)
treeda13ea738b4eeb1209eff55e6a28c0c096fc218d /app-admin
parentapp-admin/entr: version bump. (diff)
downloadgentoo-3694121dff13434cc026f4c9e1be7ef10e3a60a9.tar.gz
gentoo-3694121dff13434cc026f4c9e1be7ef10e3a60a9.tar.bz2
gentoo-3694121dff13434cc026f4c9e1be7ef10e3a60a9.zip
app-admin/entr: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/entr/Manifest1
-rw-r--r--app-admin/entr/entr-4.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest
index 86bea60bd3f0..fad485132f03 100644
--- a/app-admin/entr/Manifest
+++ b/app-admin/entr/Manifest
@@ -1,2 +1 @@
-DIST entr-4.2.tar.gz 25599 BLAKE2B e1bf4e54df7077219d213d994a26ea10517dc88db92194d68acaa3a01e80ea3e81334b0b24bb39654da1d220b7175ab4088f583c46f9007e93e5da7fc7fe1c04 SHA512 67fc4eea415a5deffb59b493f17aa577746217c2cda6b5645d22541be6cc10ed949bb6e37bd46bc6e5cfd951f7ff611eb927be6f5d43db381437d3d1eb6f7968
DIST entr-4.3.tar.gz 23756 BLAKE2B 0272b0185932d7c388818df0cc615e991c9545473a823c478ad9f0b6a23c97c0f4b2727b109a7bb18e2b0792f18d94d188d4a5d3fc90c479628ea078b1288f96 SHA512 f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902
diff --git a/app-admin/entr/entr-4.2.ebuild b/app-admin/entr/entr-4.2.ebuild
deleted file mode 100644
index be89649663dc..000000000000
--- a/app-admin/entr/entr-4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org"
-SRC_URI="http://entrproject.org/code/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="test"
-
-src_configure() {
- sh configure || die
- sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
-}
-
-src_compile() {
- export CC=$(tc-getCC)
- default
-}
-
-src_test() {
- export CC=$(tc-getCC)
- default
-}