forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kppp-15.08.0.tar.xz 700196 SHA256 957e8b1ab52882faa8ef3da61d1758991fbd7bd51cc329aa14be5b88d1a6a5fb SHA512 81bde917bd212b81f6d01ea4d510495b00b4405eb1b84004cf115f803cb129b9146945c548a7d367106e93ce5940c902d97dd42e2a03bf03e83b106809f3e155 WHIRLPOOL e46cefdbaa43a4d10d0daf49c2971f18774242f16c8f7286ad4e1a2f6b385573ee2f20481e0e8fbb66e72ccf131519c8a1e4cdf5e1d780073374f68f0b7991ed | ||
DIST kppp-4.14.3.tar.xz 697044 SHA256 150591ee914c7e2a0062624ffd4c757ffbf52811cdf2b7b9e19cbf510346f206 SHA512 dea65c657b32f5393a8dde7f7e7e02068c062f0dd50c0362c71f116ed390dc85406f655ac2bf2ac43b4ff73eb95118fc0fc6c41f593360ff3ea44731de15f8f8 WHIRLPOOL 31f96364b68547ca6ae9e145b4e08b07d10613029f80ec1477c9ba09e0faa9b3a3b11a591da004d5114441753a7e622154e98cc4631e14815caa62e5e8fdaa06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE: A dialer and front-end to pppd" | ||
HOMEPAGE="http://www.kde.org/applications/internet/kppp" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="debug" | ||
|
||
RDEPEND=" | ||
net-dialup/ppp | ||
" |