summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-11-11 17:17:05 +0100
committerMartin Väth <martin@mvath.de>2018-11-11 17:19:21 +0100
commit4b930d1394674b210b482ade53d2fcd3b0300afb (patch)
tree7f82dde6758ec89791479aa65a775ca1ab56fefc /app-portage/portage-bashrc-mv
parentwww-plugins/bookmark-dupes: Version bump (diff)
downloadmv-4b930d1394674b210b482ade53d2fcd3b0300afb.tar.gz
mv-4b930d1394674b210b482ade53d2fcd3b0300afb.tar.bz2
mv-4b930d1394674b210b482ade53d2fcd3b0300afb.zip
app-portage/portage-bashrc-mv: https://github.com/vaeth/mv-overlay/issues/7
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-portage/portage-bashrc-mv')
-rw-r--r--app-portage/portage-bashrc-mv/Manifest2
-rw-r--r--app-portage/portage-bashrc-mv/metadata.xml1
-rw-r--r--app-portage/portage-bashrc-mv/portage-bashrc-mv-16.0.ebuild (renamed from app-portage/portage-bashrc-mv/portage-bashrc-mv-15.0.ebuild)7
3 files changed, 3 insertions, 7 deletions
diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest
index 36f41c4b..cc80ad1d 100644
--- a/app-portage/portage-bashrc-mv/Manifest
+++ b/app-portage/portage-bashrc-mv/Manifest
@@ -1 +1 @@
-DIST portage-bashrc-mv-15.0.tar.gz 16028 SHA512 96ecf14ea2946aa042f9842dcff22f03bfcbd478ef56d50c5e1bc4eb8ea3ea8e75719cf70ad69d0bedd1e7b3fa0cd2d7231fceaac92927076ca813908905a9c2
+DIST portage-bashrc-mv-16.0.tar.gz 18439 SHA512 9e3187a4614b5425b72f2205dbd543cc700716d7fb6cf89ec7ddb4da7c724a62798405b1e09c9e4d67710a67092c3960794d3a4c5d83ff481c5e83b16ec2a180
diff --git a/app-portage/portage-bashrc-mv/metadata.xml b/app-portage/portage-bashrc-mv/metadata.xml
index 540d8814..dcf7359a 100644
--- a/app-portage/portage-bashrc-mv/metadata.xml
+++ b/app-portage/portage-bashrc-mv/metadata.xml
@@ -16,7 +16,6 @@
<use>
<flag name="ccache">Install a script for CCACHE_* variable support. This requires dev-util/ccache</flag>
<flag name="cflags">Install a script for /etc/portage/package.cflags support. Requires app-portage/eix for fast parsing</flag>
- <flag name="localepurge">Install a script to remove unneeded locales. Requires the config files of app-admin/localepurge</flag>
<flag name="remove-la">Install a script to remove unneeded .ls files</flag>
<flag name="title">Install a script to display the expected merge time. Requires app-portage/portage-utils and app-shells/runtitle</flag>
</use>
diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-15.0.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-16.0.ebuild
index 6b0e3e02..f2e60f87 100644
--- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-15.0.ebuild
+++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+ccache +cflags +localepurge +remove-la +title"
+IUSE="+ccache +cflags +remove-la +title"
# the ccache script would run without dev-util/ccache but would be pointless:
RDEPEND="ccache? ( >=dev-util/ccache-3.2 )"
@@ -20,9 +20,6 @@ RDEPEND="ccache? ( >=dev-util/ccache-3.2 )"
# parsing would be much slower (and is almost not tested):
RDEPEND=${RDEPEND}" cflags? ( app-portage/eix )"
-# The localepurge script uses the config files from app-admin/localepurge:
-RDEPEND=${RDEPEND}" localepurge? ( app-admin/localepurge )"
-
# The title script would do nothing without these packages:
RDEPEND=${RDEPEND}" title? (
app-portage/portage-utils
@@ -41,7 +38,7 @@ src_install() {
docompress /etc/portage/bashrc.d/README
! use ccache || doins bashrc.d/*ccache*
! use cflags || doins bashrc.d/*flag*
- ! use localepurge || doins bashrc.d/*locale*purge*
+ doins bashrc.d/*locale*purge*
! use remove-la || doins bashrc.d/*remove*la*
! use title || doins bashrc.d/*title*
}