Skip to content

Commit

Permalink
app-admin/lnav: version bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Apr 26, 2017
1 parent d4ab0bc commit 0119478
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/lnav/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST lnav-0.7.1.tar.gz 460627 SHA256 4068ad4b45651146a5568c7bbb0585e35f62fdfa7dd983c0047fceee4bb49fb3 SHA512 3732b1df2b87ac30090b4e4f183d65beba5d074d071cd67ef6acdd9614951001548cd07b0e373158a1365989b1f2767c82225730b9c3ff09f7d56b1e4bcfd708 WHIRLPOOL fd88de5085829f3e36efa4a80734030eb8483b36e2133c9845fcc0472dab878e276ea393f732872c6ee6d03e7a2d3c9a30f500b2991d7d7d89631d0ff016d464
DIST lnav-0.8.1.tar.gz 616105 SHA256 db942abccdb5327d7594ca9e32e0b44802790fad8577bdbed44f81220fd62153 SHA512 b3514834f42ed647f40c501ad22b68a52755b0c8a558d29305c357b39e598c1386ec9e37d71e8b7e2b5833df41e5f7f398b50b84611d3e6accfb2feb2cdba952 WHIRLPOOL 41f732389bd7d2e5c2edcf6feacdfa2b3cd001d6f59eaa2357be7cf1457448a7430b9829ba324bbfbd961189a8b431ff0e96d2756d88803efe9f89fbdc8f6e8b
DIST lnav-0.8.2.tar.gz 693219 SHA256 0f6a235aa3719f84067d510127730f5834a8874795494c9292c2f0de43db8c70 SHA512 75c7014e013567e9a0ee78e28a6648d756de7cba3c103b10ddb974c61066db3a1c2efbd14636cb3729bd7c6a4ab534d1999d44e127b8a6728d12bd5be23f30c4 WHIRLPOOL b464e3b00beec18979f40b6790215c1923b65d8e57abdd81affca91afd99ac6371ac814048fd2a09487f663ff894f8ae20cdddb08ba53d7aba9990b0c7d9f0b2
33 changes: 33 additions & 0 deletions app-admin/lnav/lnav-0.8.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit toolchain-funcs

DESCRIPTION="A curses-based tool for viewing and analyzing log files"
HOMEPAGE="http://lnav.org"
SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="unicode"

RDEPEND="
app-arch/bzip2
dev-db/sqlite:3
dev-libs/libpcre[cxx]
>=net-misc/curl-7.23.0
sys-libs/ncurses:0=[unicode?]
sys-libs/readline:0=
sys-libs/zlib"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS NEWS README )

src_configure() {
econf \
--disable-static \
$(use_with unicode ncursesw)
}

0 comments on commit 0119478

Please sign in to comment.