diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-cdr/mirage2iso | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-cdr/mirage2iso')
-rw-r--r-- | app-cdr/mirage2iso/Manifest | 5 | ||||
-rw-r--r-- | app-cdr/mirage2iso/metadata.xml | 20 | ||||
-rw-r--r-- | app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild | 33 | ||||
-rw-r--r-- | app-cdr/mirage2iso/mirage2iso-9999.ebuild | 41 |
4 files changed, 0 insertions, 99 deletions
diff --git a/app-cdr/mirage2iso/Manifest b/app-cdr/mirage2iso/Manifest deleted file mode 100644 index 082d955ca927..000000000000 --- a/app-cdr/mirage2iso/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST mirage2iso-0.4.2-tests.tar.xz 12362388 BLAKE2B 7ed280ead88e3f63efe7d545f428ebe901762455f641f24d12e5b01270d29a6a47ba0cfb895bb3e7967bee4de192b0bf42eaf0714b0120683df434d8f2e5f627 SHA512 94955524e8caecf7c9e27e016677e03265311bff6fe1e7f873f8bb009e27a2cad7748e451de382a76ec312d39aee1ef94edd81386009d120c2a3ba63494a366e -DIST mirage2iso-0.4.2.tar.xz 93168 BLAKE2B 957734f8fe1a57b7472f20250ae0b7347d8fac8b8bf51ed1ecacbe3521b0fc23c846e9fd9988ab8484e081b015726ae8e183fc171577a57b72fb00181e593650 SHA512 ef2671bf6887696f09fbf12df5af06ee5a6d66a9b6dd95ac5c84b71a6dc3216a4c5013aee7b8fb8ffebc8cab1a707b66f10ddefc5e20a5abe3ad0edce960b817 -EBUILD mirage2iso-0.4.2.ebuild 800 BLAKE2B ab858df133b77a7640e44c5c97645e9893392f16eb76c2346eea2b48b40409db33b8a11185c7005981bf4df5be12d21349227b5a0dbb10d52ffb85bd996d8827 SHA512 0791fad85876ea76e24e4c580534864a4fe864e9df2ebd76b7e879bbc5c2c428493a1cdc57697c73c7c73892ac36d9377218d9a041d1498fd1197743c18fef4b -EBUILD mirage2iso-9999.ebuild 791 BLAKE2B 7f67b03e7c44a6c092bc07dbb637c1aaef9286c13cfd6225deeb233a469e52aadce8384c41574dba97c3b9106facfa9372e3fe1e4314a72016a16266130afd0d SHA512 e22d09aa9dfe4101b88120a4b718add10da9c2298da204aac33b108102fa759b9fca58a2e3f201fa40f1690fd82616d4404342e8bde2081475b19c6a9a4736c2 -MISC metadata.xml 620 BLAKE2B 25e0626d39a3336342b597f75758e4e8d203c9b64a5f30da9b6ab0ac53ef29eaae61ca8b1419877e980ea3b4a9d037e4b5047468ca2293adabd58dba937ce6b1 SHA512 8ff607390bb7fe65725b123868e60d514550861a57d62c92ddeb282e3035ade4760ffc2d8298c35bab55f06016dddf7f95c013bbf5e6b9311574933cfd554e00 diff --git a/app-cdr/mirage2iso/metadata.xml b/app-cdr/mirage2iso/metadata.xml deleted file mode 100644 index 80f0436e5426..000000000000 --- a/app-cdr/mirage2iso/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <use> - <flag name="pinentry">Support <pkg>app-crypt/pinentry</pkg> password - input backend.</flag> - </use> - <upstream> - <maintainer status="active"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <bugs-to>https://github.com/mgorny/mirage2iso/issues/</bugs-to> - <remote-id type="github">mgorny/mirage2iso</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild deleted file mode 100644 index c1efb10c0087..000000000000 --- a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="CD/DVD image converter using libmirage" -HOMEPAGE="https://github.com/mgorny/mirage2iso/" -SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.xz - test? ( https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}-tests.tar.xz )" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="pinentry test" - -COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0= - dev-libs/glib:2= - pinentry? ( dev-libs/libassuan:0= )" -DEPEND="${COMMON_DEPEND} - app-arch/xz-utils - virtual/pkgconfig" -RDEPEND="${COMMON_DEPEND} - pinentry? ( app-crypt/pinentry )" - -RESTRICT="!test? ( test )" - -src_configure() { - local myconf=( - $(use_with pinentry libassuan) - ) - - econf "${myconf[@]}" -} diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild deleted file mode 100644 index 117ba275a26e..000000000000 --- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git" -inherit autotools git-r3 - -DESCRIPTION="CD/DVD image converter using libmirage" -HOMEPAGE="https://github.com/mgorny/mirage2iso/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="pinentry test" - -COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0= - dev-libs/glib:2= - pinentry? ( dev-libs/libassuan:0= )" -DEPEND="${COMMON_DEPEND} - dev-libs/libassuan - virtual/pkgconfig - test? ( app-arch/xz-utils )" -RDEPEND="${COMMON_DEPEND} - pinentry? ( app-crypt/pinentry )" - -RESTRICT="!test? ( test )" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - $(use_with pinentry libassuan) - ) - - econf "${myconf[@]}" -} |