summaryrefslogtreecommitdiff
path: root/dev-ruby/exifr/exifr-1.5.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/exifr/exifr-1.5.1.ebuild')
-rw-r--r--dev-ruby/exifr/exifr-1.5.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/exifr/exifr-1.5.1.ebuild b/dev-ruby/exifr/exifr-1.5.1.ebuild
deleted file mode 100644
index 502241af6419..000000000000
--- a/dev-ruby/exifr/exifr-1.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_DOCDIR="doc/api"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to read EXIF info from JPEG and TIFF images"
-HOMEPAGE="https://codeberg.org/rwv/exifr"
-SRC_URI="https://codeberg.org/rwv/exifr/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"