aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/png/png-0.1.7.ebuild')
-rw-r--r--dev-R/png/png-0.1.7.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-R/png/png-0.1.7.ebuild b/dev-R/png/png-0.1.7.ebuild
deleted file mode 100644
index bfd4a0eff..000000000
--- a/dev-R/png/png-0.1.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-MYPV="$(ver_rs 2 -)"
-
-DESCRIPTION='Read and write PNG images'
-HOMEPAGE="
- https://cran.r-project.org/package=png
- http://www.rforge.net/png/
-"
-SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE='|| ( GPL-2 GPL-3 )'
-
-RDEPEND="
- ${DEPEND}
- media-libs/libpng
-"