Skip to content

Commit

Permalink
net-libs/libident: EAPI 6 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 23, 2017
1 parent 6317e7c commit 6a1ae22
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions net-libs/libident/libident-0.32-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A small library to interface to the Ident protocol server"
HOMEPAGE="http://www.simphalempin.com/dev/libident/"
SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
}

0 comments on commit 6a1ae22

Please sign in to comment.