mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo/zero-system: adding my personal usage customizations to an ebuild. meant for me, but likely a breeding ground for fixes
This commit is contained in:
parent
978727f2da
commit
93a92da6b0
2 changed files with 24 additions and 0 deletions
1
pentoo/zero-system/Manifest
Normal file
1
pentoo/zero-system/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD zero-system-9999.ebuild 558 RMD160 f2fcd8ceb72a6c79f66a26f53004c4b11836c878 SHA1 c6661a56d713efb1f0c3d9b565d73c172cffeaa1 SHA256 17950159163bdec0cdece35cd413c2a05414906b360470264c28c1d11414ddcd
|
||||
23
pentoo/zero-system/zero-system-9999.ebuild
Normal file
23
pentoo/zero-system/zero-system-9999.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="The ZERO (Zoning & Emotional Range Omitted) System is a technology for interfacing the brain of the pilot with the mobile suit's computer."
|
||||
HOMEPAGE="http://www.pentoo.ch/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="mail-client/thunderbird
|
||||
www-client/firefox
|
||||
www-client/chromium
|
||||
app-office/libreoffice
|
||||
app-admin/eselect-sh
|
||||
app-shells/zsh
|
||||
app-shells/dash"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue