summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-05 15:07:24 +0000
committerSam James <sam@gentoo.org>2021-04-05 15:07:24 +0000
commitd4dbc6a089a47f7cbc18c284e9723bf68c622c6a (patch)
treef4ba0eed92f1e5b2e6b11161106755ae3bf420a9 /app-admin/xstow
parentapp-admin/xstow: Bumped to version xstow-1.0.2 (diff)
downloadgentoo-d4dbc6a089a47f7cbc18c284e9723bf68c622c6a.tar.gz
gentoo-d4dbc6a089a47f7cbc18c284e9723bf68c622c6a.tar.bz2
gentoo-d4dbc6a089a47f7cbc18c284e9723bf68c622c6a.zip
app-admin/xstow: Capitalise DESCRIPTION, change 'default' usage
* DESCRTPTION is usually captalised at the beginning * Add 'default' in src_prepare before eautoreconf to allow people to apply patches in e.g. /etc/portage/patches to any part of the code * Remove 'default' in src_configure because it just calls econf without the ncurses argument (USE flag) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/xstow')
-rw-r--r--app-admin/xstow/xstow-1.0.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/xstow/xstow-1.0.2.ebuild b/app-admin/xstow/xstow-1.0.2.ebuild
index 3e3265167241..d041f7daf686 100644
--- a/app-admin/xstow/xstow-1.0.2.ebuild
+++ b/app-admin/xstow/xstow-1.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit autotools
-DESCRIPTION="replacement for GNU stow with extensions"
+DESCRIPTION="Replacement for GNU stow with extensions"
HOMEPAGE="http://xstow.sourceforge.net/"
SRC_URI="mirror://sourceforge/xstow/${P}.tar.bz2"
@@ -22,13 +22,12 @@ PATCHES=(
)
src_prepare() {
- eautoreconf
default
+ eautoreconf
}
src_configure() {
econf $(use_with ncurses curses)
- default
}
src_install() {