diff options
author | 2019-08-06 21:07:58 +0300 | |
---|---|---|
committer | 2019-08-07 06:07:51 +0300 | |
commit | dfd75bb94194a6e260391fef86df20f35307d57e (patch) | |
tree | 4e29eb031671aa6e9600872c2b977475a25a6d9a | |
parent | app-emulation/skopeo: Bump to version 0.1.39 (diff) | |
download | gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.tar.gz gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.tar.bz2 gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.zip |
Rename app-arch/upx-ucl to app-arch/upx
Renaming package to more common name. Fixed all (R)DEPENDS in tree.
This PR is part of https://github.com/gentoo/gentoo/pull/12087
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12624
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | app-arch/upx-bin/upx-bin-3.91.ebuild | 2 | ||||
-rw-r--r-- | app-arch/upx/Manifest (renamed from app-arch/upx-ucl/Manifest) | 0 | ||||
-rw-r--r-- | app-arch/upx/metadata.xml (renamed from app-arch/upx-ucl/metadata.xml) | 0 | ||||
-rw-r--r-- | app-arch/upx/upx-3.91.ebuild (renamed from app-arch/upx-ucl/upx-ucl-3.91.ebuild) | 1 | ||||
-rw-r--r-- | media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild | 2 | ||||
-rw-r--r-- | profiles/updates/3Q-2019 | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/upx-bin/upx-bin-3.91.ebuild b/app-arch/upx-bin/upx-bin-3.91.ebuild index d0bd63bbbf48..c794d098daae 100644 --- a/app-arch/upx-bin/upx-bin-3.91.ebuild +++ b/app-arch/upx-bin/upx-bin-3.91.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RESTRICT="strip" -RDEPEND="!app-arch/upx-ucl" +RDEPEND="!app-arch/upx" S="${WORKDIR}" diff --git a/app-arch/upx-ucl/Manifest b/app-arch/upx/Manifest index c31e4a5d396c..c31e4a5d396c 100644 --- a/app-arch/upx-ucl/Manifest +++ b/app-arch/upx/Manifest diff --git a/app-arch/upx-ucl/metadata.xml b/app-arch/upx/metadata.xml index a9b5374e66fe..a9b5374e66fe 100644 --- a/app-arch/upx-ucl/metadata.xml +++ b/app-arch/upx/metadata.xml diff --git a/app-arch/upx-ucl/upx-ucl-3.91.ebuild b/app-arch/upx/upx-3.91.ebuild index 6950dc176bdb..f9921d66e9a0 100644 --- a/app-arch/upx-ucl/upx-ucl-3.91.ebuild +++ b/app-arch/upx/upx-3.91.ebuild @@ -19,7 +19,6 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="lzma zlib" RDEPEND=">=dev-libs/ucl-1.02 - !app-arch/upx !app-arch/upx-bin" DEPEND="${RDEPEND} dev-lang/perl" diff --git a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild index 8f2338996d71..f9c3f8f54b78 100644 --- a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild +++ b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild @@ -15,7 +15,7 @@ IUSE="" QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI" DEPEND="|| ( - >=app-arch/upx-ucl-3.01[lzma] + >=app-arch/upx-3.01[lzma] >=app-arch/upx-bin-3.01 )" RDEPEND=" diff --git a/profiles/updates/3Q-2019 b/profiles/updates/3Q-2019 index 0996932df09d..ae1058e25a1c 100644 --- a/profiles/updates/3Q-2019 +++ b/profiles/updates/3Q-2019 @@ -2,3 +2,4 @@ move dev-python/CoverageTestRunner dev-python/coverage-test-runner move media-plugins/kipi-plugins kde-apps/kipi-plugins move kde-misc/yakuake kde-apps/yakuake move kde-apps/kjots app-text/kjots +move app-arch/upx-ucl app-arch/upx |