Skip to content

Commit

Permalink
x11-misc/tabbed: add version 9999 and updated copyright
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
  • Loading branch information
RyanLoringCooper committed Dec 20, 2020
1 parent 2465adf commit bbfc0e6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-misc/tabbed/tabbed-0.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7
inherit savedconfig toolchain-funcs

DESCRIPTION="Simple generic tabbed fronted to xembed aware applications"
Expand Down
23 changes: 23 additions & 0 deletions x11-misc/tabbed/tabbed-9999.ebuild
@@ -0,0 +1,23 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit git-r3

DESCRIPTION="Simple generic tabbed frontend to xembed-aware applications"
HOMEPAGE="https://tools.suckless.org/tabbed/"
EGIT_REPO_URI="git://git.suckless.org/tabbed"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="x11-libs/libX11"

src_prepare() {
default
sed config.mk -e 's#/usr/local#/usr#g'
}

0 comments on commit bbfc0e6

Please sign in to comment.