1
0
Fork 0

app-misc/ppb: version bump 0.1.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-07-20 22:16:28 -04:00
parent bb8d7e2e02
commit 57864bb298
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,8 @@
*ppb-0.1.1 (21 Jul 2020)
21 Jul 2020; <chymera@gentoo.org> +ppb-0.1.1.ebuild:
app-misc/ppb: version bump 0.1.1
*ppb-0.1 (24 Apr 2020)
24 Apr 2020; <chymera@gentoo.org> +metadata.xml, +ppb-0.1.ebuild:

View File

@ -1 +1,2 @@
DIST ppb-0.1.1.tar.gz 10261 SHA256 5823a11643f8c1fe9ef6b9376b1b4142be5e213c7b8007222082d600ab65d793 SHA512 5f4c03391d47e5ecbcac09b949df0029353d0677a94002eb8d3b31be1ff7838ba6fb408948ce58d519ecdb3a6895b1c3c81c6227d9c9e84337b9c0ebe4798b1d WHIRLPOOL abccb0eea7061b0c4c2fc6cd9ba1c9d13eb4b069996b8899c45358febbb23c29b847ffa8db8b2645bade9414bd883c7eed23e4ff907c3eb74508c65ca9b0d460
DIST ppb-0.1.tar.gz 10263 SHA256 4cef4c355ab2ffec1ee767cb5d0dc4a14c2255acc7b5907f3f677ecb013223b5 SHA512 60fd17beacdb0397cacb648f2f7294260fc377051ae8680f6280d6cd7ef31a974065c442548c02c2cd43f06565e6610935b7f46d1e4fd37096167b70af4de0f3 WHIRLPOOL 17823fad17ddabc1f1ac37ef276ee31d9cf81bd4f18252f4d3e92eec1c182ddf735e5e80668f7144f2b5b04444813cf4d07b41baa09e0593ca9ef6dbf4bf347e

View File

@ -0,0 +1,24 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="The Personal Pastebin"
HOMEPAGE="https://github.com/TheChymera/ppb"
SRC_URI="https://github.com/TheChymera/PPB/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="app-text/ansifilter"
RDEPEND=""
S="${WORKDIR}/PPB-${PV}"
src_install() {
dobin "bin/ppb"
insinto "/etc/"
doins config/ppb.conf
}