diff options
Diffstat (limited to 'x11-misc/fpm2')
-rw-r--r-- | x11-misc/fpm2/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/fpm2/fpm2-0.79-r1.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/fpm2/fpm2-0.90.ebuild | 4 |
3 files changed, 3 insertions, 36 deletions
diff --git a/x11-misc/fpm2/Manifest b/x11-misc/fpm2/Manifest index c44b8affbda7..bfd1bc05d3de 100644 --- a/x11-misc/fpm2/Manifest +++ b/x11-misc/fpm2/Manifest @@ -1,5 +1,3 @@ -DIST fpm2-0.79.tar.bz2 230189 BLAKE2B 6e444dbed72a139fd7cecaa3669c0da042d17dc1adc72ff0350b4b094f990e9d19a953328319ade692088536673ca04df50624919c3a2d087486f09c8dff7fa4 SHA512 2310f69df323c172954932f9a3454fab95d1389854110c1d18bfbb0dff59f0da937cbc2641abe98c7be85b7c5a65234a925acd9f82b5643079864ce529dc92b2 DIST fpm2-0.90.tar.xz 212972 BLAKE2B 2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f SHA512 e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6 -EBUILD fpm2-0.79-r1.ebuild 639 BLAKE2B 58daf07a9cca0a3483b96f17bb2b2f74cd7175917869cc4784d1e4661be606705e74cd34d7d406ed9dcd9d1add08bbf8aae564ccedf0940b9ea9fc7d64ce9aca SHA512 a655b8d7de9f9018b231c453f2b7e834be5dbbeae9342933f82d885094b0adbfff6d404f595c95941aa3c57b394f17a83d03a1fe0b3ef58e381e1580adf48719 -EBUILD fpm2-0.90.ebuild 621 BLAKE2B 2209fb77892413900f68a8de3b4dc52c5ac34c1cd297ed78632ddaf24d595cbd23f3c32cf5a3639b601791f270f6f15dcedb1047138c170ce18d1b02181d6611 SHA512 aaa7bb033bd7ec638db1c5f00a565bb0c569dc9860a90d70c9eb574077c3e02db67c0d5f08efaaf646ae17bfbd865da3e91e8efe16dcb21c0a8fbd72e266ad4f +EBUILD fpm2-0.90.ebuild 619 BLAKE2B 227bd7b0270bc173a7fdeff7e0313398470d4c16808f3306eaf4403af0a8ed669c4f2cca1a881fe7773c24f9e5832cb1ba2b07711a403c9ff0be0c3b360991a7 SHA512 213afc4e9f64221a323d7c0f47f8246c7d75943dc7f76c94b3e43bd3a16e9f03e416bd24612d7f35cb04e6f52a0552402324f6834b44b9c46d739314d82cf46f MISC metadata.xml 245 BLAKE2B 26bf988c73d073000ab8d21ea881c4088b90e7081410938828744375bfa8de31cce2c78154ccfc61105c853c1f24f4994ca4e5cbb80c4c89dfd489bbd10a09ee SHA512 ecb8a4621081ccdd43f08e4f560b0bc820c27d6a282c87e1a8f77137ec8b215188fe31f11fc6379533afee2ebe7e14d5395a45c1aab9abfe423fd832dba692a4 diff --git a/x11-misc/fpm2/fpm2-0.79-r1.ebuild b/x11-misc/fpm2/fpm2-0.79-r1.ebuild deleted file mode 100644 index d10f34560837..000000000000 --- a/x11-misc/fpm2/fpm2-0.79-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A GUI password manager utility with password generator" -HOMEPAGE="https://als.regnet.cz/fpm2/" -SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10.14:2 - dev-libs/libxml2 - >=dev-libs/glib-2.16 - x11-libs/libX11" - -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -src_prepare() { - default - # fix tests - local x - for x in ${PN}.glade data/${PN}.desktop.in; do - echo "${x}" >> "${S}"/po/POTFILES.in || die - done -} diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild index 0a7f6ea19f0d..d4ee0e2a7259 100644 --- a/x11-misc/fpm2/fpm2-0.90.ebuild +++ b/x11-misc/fpm2/fpm2-0.90.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-libs/glib:2 |