diff options
Diffstat (limited to 'media-gfx/igal')
-rw-r--r-- | media-gfx/igal/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/igal/igal-2.0-r1.ebuild | 42 | ||||
-rw-r--r-- | media-gfx/igal/metadata.xml | 3 |
3 files changed, 4 insertions, 45 deletions
diff --git a/media-gfx/igal/Manifest b/media-gfx/igal/Manifest index b814a4e81e50..14862e58d9e4 100644 --- a/media-gfx/igal/Manifest +++ b/media-gfx/igal/Manifest @@ -1,5 +1,3 @@ DIST igal-3.1.tar.gz 29372 BLAKE2B bb83a13b082d4d94b0ff186ef34e9c670b5a49ba74ccd40675db6820931132697b886e58db9da7e620322fdb29a59437acd817d6ef69ea4cebdaa408d1fbe567 SHA512 28f036a5450d05c2d795355f52e0e3f5720d94e5e9d82d4b6bd53ff8ce5ea08352e3ec85ddbcca754e986a06fd205b1667b102981484c783add4496c50c102fe -DIST igal2-2.0.tar.gz 27206 BLAKE2B 64683d32d0fc3c16d4e27f6dcd1acb3d1e1b55de8e4362065bda9b9b27e6d54409e115af46da2505dfe79f00e5004ebfb395dc4fe71d91b557c43a0c4d4f01e1 SHA512 663bc4f05fbb226c55c3304126ceb480f050715499a2849567ad1d33da568ed02f85b64ad176f6e1cb1c99c8f50650676a7323f0d0497880802a245274a77a0f -EBUILD igal-2.0-r1.ebuild 873 BLAKE2B 044dbb37ce303cd88754f29c59f22dbff42d528f84df0d6dd7b3593092f4f86ea87ca90bc3e03e5c882069783eb3b12b4c9f017179f7c1b1582b7084bb624299 SHA512 00d0181d625e5d801c7e4da3fdcad6adbf2599a937586dcdc38f8a0da3f4e9abea462fa96961e96d6089e0cd5c982c20cca90d92f5504c897d762cf8c2eb1f20 EBUILD igal-3.1.ebuild 943 BLAKE2B 3c54eb77a65145f013af10a26a94664aa9561763fa1d47e0df97cf7b8e28003c9a4b1d29e6c676d5fb8df1e09bfae9ebf6cb507e2be4b94a5e5049829da306e7 SHA512 9fa947d7e95c8814576642e3d74c145cf2356a64caa6e73aa1a39a59a35781bd0213251bab207b8a1fe0af54f1a68c13147fe23448d7a8bfc0db0df42e848e48 -MISC metadata.xml 424 BLAKE2B b23a44dc7349f80162b9ba66db70da14b3eebd76d33aaccaea95b944f58d96eba754710354901b711b6a5d58d631486b22b5bd5a715d913e16fb255e663793d3 SHA512 dfea71b53cc223a91d5dea1ac7cead82d3b2e63cd242f2d192c79747d88ebbea9e08758bc7e31aa3958fa81eb79ff91977ffc7fbf8f12f353c97ceb949df5489 +MISC metadata.xml 500 BLAKE2B 50fa9ff754f053fa91db809979df2795378981c629800d1251c6dbb87df4fc8349bed04528a22e8002a611beb12133950901fdc7cd90dc3c7e784695e57aec6b SHA512 2960a7bf9f00a0da16ad7ee6ba5b049c7386c7c6abd44dc902944ca41d2e55e2022cdb95a694dd9015f67fc7315224f4b2ce14c75b4c802d99870933515ac2ff diff --git a/media-gfx/igal/igal-2.0-r1.ebuild b/media-gfx/igal/igal-2.0-r1.ebuild deleted file mode 100644 index 233dd6c64dce..000000000000 --- a/media-gfx/igal/igal-2.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P=${PN}2-${PV} - -DESCRIPTION="Static HTML image gallery generator" -HOMEPAGE="https://igal.trexler.at" -SRC_URI="https://${PN}.trexler.at/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=" - dev-lang/perl - virtual/imagemagick-tools - virtual/jpeg" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - sed -e "s:/usr/local/lib/igal2:/usr/share/igal2:g" \ - -i igal2 -i igal2.1 || die - sed -i -e "s:/usr/local/bin/igal2:/usr/bin/igal2:" \ - utilities/igal2.sh || die -} - -src_compile() { :; } - -src_install() { - dobin igal2 utilities/igal2.sh - dosym igal2 /usr/bin/igal - doman igal2.1 - dodoc ChangeLog README - insinto /usr/share/igal2 - doins *.html tile.png igal2.css -} diff --git a/media-gfx/igal/metadata.xml b/media-gfx/igal/metadata.xml index ea3db2787b18..39c6f34b0f9c 100644 --- a/media-gfx/igal/metadata.xml +++ b/media-gfx/igal/metadata.xml @@ -7,4 +7,7 @@ picture show (static HTML slides, thumbnails and index page) with just one command line invocation in a Linux or Unix environment. </longdescription> + <upstream> + <remote-id type="github">solbu/igal2</remote-id> + </upstream> </pkgmetadata> |