Bump packages
This commit is contained in:
parent
fefa8ef8ab
commit
e265aa7331
@ -1,3 +1,2 @@
|
|||||||
DIST opennx-0.16.0.729.tar.gz 5345822 SHA256 1dd6613a78d5d31b4e496c9185b06cfa47ec6c24b33c6e1f8b43dd176d7d5572 SHA512 7ccd8d933d4b8f54e882ef61963c5bcd77927ea69ba6586016370b8d3f39c1c1d084a59c180fb431ee6faa38773b6a08a0fb30f3127f6e537c7c0ed9d7841427 WHIRLPOOL 0bff0168e1ed508af83f6f6584840dfe1048d57bb7ef12cdaadcea1b585fc6aff3ee2e1b209cb90794a6d546a8d9d45bb2fac8d2901fd649228d9679e2bdff8b
|
EBUILD opennx-1.0.0.0.ebuild 1221 BLAKE2B aa85e8989dad327c09fd0162cb9bdb832783e8d16b26e7edd8c2bff00a6b20e3bdbf4ca4d1097a7df9657189d31113b6a4bdc7babf68f00c45f4cb991f50bc47 SHA512 de8bfce83d584967d296c9ceb4246300766c43919f3fc72bfab48b373095e8d6b10ce9b70f4df6c930934f68aae0de7691d3e06cee03edf41a9325a55add7608
|
||||||
EBUILD opennx-0.16.0.729.ebuild 1112 SHA256 f989d638f8a0b66ca2e19d52e2278d825239602b63a3d70ba52794b7bd11512a SHA512 4bb0e883c647d8c93218a150f34a42390f80430e599cd781806930a0eee0f474e5f8e721a4dcd54ffd323d4ba0ea8b05c4aa40f3df361267d0936edc13db30a3 WHIRLPOOL aef64696785a40831317ba319cc5843b0e871bc6dc22b3222373ca765abb04e0b9cc6fccf0221b2982158f480bb432de00a4c15dc319f43c4a497e6490cfcc3d
|
MISC ChangeLog 266 BLAKE2B 86467dda22c7b49939babd45937aeed7e2540736e26600903abfe4d922f791d524af536539312baf5b590f00705ae6209134ba70e82229caf86706bed016c191 SHA512 506888a1abc9ef1c4502f305422fa6c50b8294ebf5ef703548e352eafd6aa39aff8896801db4c1a9a70818278c9991e32f2788aaa443dadf324df6ff1932592e
|
||||||
MISC ChangeLog 266 SHA256 ebb02997e61064729654cfd589f069f9ac352d4aef5771c5c0ff01955bdd860b SHA512 506888a1abc9ef1c4502f305422fa6c50b8294ebf5ef703548e352eafd6aa39aff8896801db4c1a9a70818278c9991e32f2788aaa443dadf324df6ff1932592e WHIRLPOOL 1c106d7aee1c1a41af37232aff2b3b9633a5b550bb03a3601587b43d760fda8e8669df9b96904cacca8cacfca58556c6274e12782d0bc3b3179f2668579d9db3
|
|
||||||
|
@ -2,33 +2,43 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="7"
|
||||||
WX_GTK_VER="2.8"
|
WX_GTK_VER="3.0"
|
||||||
|
|
||||||
inherit eutils wxwidgets
|
inherit eutils wxwidgets git-r3
|
||||||
|
|
||||||
DESCRIPTION="OpenNX is an OSS drop-in replacement for Nomachine's nxclient"
|
DESCRIPTION="OpenNX is an OSS drop-in replacement for Nomachine's nxclient"
|
||||||
HOMEPAGE="http://sourceforge.net/projects/opennx/"
|
HOMEPAGE="http://sourceforge.net/projects/opennx/"
|
||||||
SRC_URI="mirror://sourceforge/opennx/opennx/CI-source/${P}.tar.gz"
|
#SRC_URI="mirror://sourceforge/opennx/opennx/CI-source/${P}.tar.gz"
|
||||||
#http://sourceforge.net/projects/opennx/files/opennx/CI-source/opennx-0.16.0.729.tar.gz/download
|
EGIT_REPO_URI="https://github.com/dimbor-ru/opennx.git"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="x11-libs/wxGTK:2.8
|
DEPEND="x11-libs/wxGTK:3.0
|
||||||
dev-libs/opensc
|
dev-libs/opensc
|
||||||
net-print/cups
|
net-print/cups
|
||||||
dev-libs/libusb
|
dev-libs/libusb
|
||||||
net-fs/samba[client]
|
net-fs/samba[client]
|
||||||
net-misc/nx"
|
net-misc/nx
|
||||||
|
net-misc/curl
|
||||||
|
|| ( sys-devel/base-gcc sys-devel/gcc )
|
||||||
|
x11-libs/libXau
|
||||||
|
x11-libs/libXmu"
|
||||||
|
|
||||||
|
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
!net-misc/nxclient"
|
!net-misc/nxclient"
|
||||||
|
|
||||||
PROVIDE="virtual/nxclient"
|
PROVIDE="virtual/nxclient"
|
||||||
|
|
||||||
S="${WORKDIR}/opennx-0.16"
|
#S="${WORKDIR}/opennx-0.16"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
emake -f Makefile.am
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
need-wxwidgets unicode
|
need-wxwidgets unicode
|
@ -1,21 +0,0 @@
|
|||||||
# ChangeLog for net-misc/openvpn-as
|
|
||||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
*openvpn-as-2.0.17 (10 Jun 2015)
|
|
||||||
|
|
||||||
10 Jun 2015; Mario Fetka <mario.fetka@gmail.com> +openvpn-as-2.0.17.ebuild:
|
|
||||||
Bump
|
|
||||||
|
|
||||||
*openvpn-as-2.0.12 (17 Feb 2015)
|
|
||||||
|
|
||||||
17 Feb 2015; Mario Fetka <mario.fetka@gmail.com> +openvpn-as-2.0.12.ebuild,
|
|
||||||
-openvpn-as-2.0.11.ebuild:
|
|
||||||
Bump
|
|
||||||
|
|
||||||
*openvpn-as-2.0.11 (12 Dec 2014)
|
|
||||||
|
|
||||||
12 Dec 2014; Mario Fetka <mario.fetka@gmail.com> +files/gentoo-specific.patch,
|
|
||||||
+files/openvpnas.initd, +files/openvpnas.pamd, +metadata.xml,
|
|
||||||
+openvpn-as-2.0.11.ebuild:
|
|
||||||
Intial commit
|
|
@ -1,14 +0,0 @@
|
|||||||
AUX gentoo-specific.patch 2073 SHA256 63596d3275bdb460358fd762d1c1a85c1084322bd9fc192a22111c4a3c1e3249 SHA512 dc3bc88eca117095c04f2a2c68d2a7c202a0e54eb9a946c1ac64a3528614c320493edf5f777a2b3f571a32aecb39525940e6615c647cf51df735c89eec325d54 WHIRLPOOL 8e9dfbf1ccc0d0ca105b90a98e5f6748979ce027131b3814bae20876029c89138928fbd775cd54751e3495b933b920370c50d78d87111f81b31e44eb846cb0cb
|
|
||||||
AUX openvpnas.initd 1066 SHA256 7537bff5460a0cf5c269935b0a05ef80e94fc99267d041ffcf60404220f97998 SHA512 41203ac9a45ee0070b095288b1e99f55d64abe625eae2b4b6ccb680b7b4971240e8d3e01687d09c3dbf468f54a6dcc32ccbe540648d5f2783ef64ba6f3adc101 WHIRLPOOL f1435202a1c38cbc1b6fba6453de37d48633743908d609787d160f5dfb15a15966f2c733fa9f1ac9b8d195f71ca1689f974c2bd3addb8140f38fe78648b8cb3d
|
|
||||||
AUX openvpnas.pamd 4868 SHA256 20b1342ae5453f8aa8aa8736818b2b4c67329b1d73d0e357cc6ee8c9da34dcff SHA512 6b773c41a4de3677f9201e91984210875c3a8680828fd89cbfa745618ae20c252e6732cdc6d00b4d90f463bacee5161c31d3272a5d0ffc10379bca3472e0fa32 WHIRLPOOL 4373409cc1dd918c01db35e9e715b7dccd0d8a2e26e0a9a3d212ee0f2c4c222913390ba912a2828486c4d1f3e75d76cb789008f072d78a9431ca307750288f88
|
|
||||||
DIST openvpn-as-2.0.12-Ubuntu12.amd_64.deb 26389570 SHA256 c12c502f011e6676fc771888ca5a4bb9ce94eda0ff7e59f7323a7a7f3e05793f SHA512 6c5b14b6095c082428d8c2297575039968daa9a9ca0d335a2c1d10197bb0ba27ce68de4d7dbdbacc8156a417c9e69d198643e251afd6649a9cf42a97a04f2ae5 WHIRLPOOL 818ba27fa2332a3cb8d501fbb540799745e6baae31fe35e10fabade53f08d5dd4e739a319b3391c397a29a7ad284d5bee4c89b7628111b7fe6317b9bd82df126
|
|
||||||
DIST openvpn-as-2.0.12-Ubuntu12.i386.deb 26275718 SHA256 4d6ce87242a87fd3174b08be391f4aa3a17afebb605435fcf112ddd9367c2968 SHA512 3a045c8b1e7fcc06f9f6648995db55e24ddedf98ef66d85bb1e1b1e7ecad8702a18163e44b1ebe9754d2d337cd78d6ead68799548a2e1426f625239aaec0efa0 WHIRLPOOL 7ecb781aeb6f65f06fe3f0c2bb73d06a0fe571b18e1ccc4b0bb1f0604c0742738d83e69e84e1ea5fdf571be08e6ff2550dd9721ad85bf61594a0b45c720d8eb0
|
|
||||||
DIST openvpn-as-2.0.17-Ubuntu12.amd_64.deb 26752714 SHA256 36cd0d36fd1751eb1ad97d52134e57184e741bcad6865bf78b34da9f2185a0e7 SHA512 9fa807b881cabb5bb53a54ac768098e20060524d8bb4f52b6c42356bcbf4392b8db6868a3ab10aab4a207233894104f13a4abe8d916571aafe04c0d71be373f0 WHIRLPOOL 4272d2e76f54fc7fa7d31558b500f2672b8cd2bdd5434c09705c5752b9fee5df81a33fd106bc3ed4e93b52fa854e32bc7860980b88173f155f10241bbf9ebc2a
|
|
||||||
DIST openvpn-as-2.0.17-Ubuntu12.i386.deb 26434698 SHA256 2435439b130ea2dfce5a606e0b2d502aa7f380f0d4b6217cc4ebd372ac2bb1ed SHA512 c5d049ece964c32e2c5be9f566c15fedeee600a25f7ef9c0dcd786049ae58d4df3e7ec0cfa0df3dc7043b4228cd0f562791f7bd84bf62caf2b1b7c5792d688f1 WHIRLPOOL 585087a158ea5fc73d8cb5c424ba39e9fee2212d7a4d3d78ddf8c5e0a034f7475ba81f50480817027137140359a12ae204e21d40bf482a4fb29431e04d38d7ab
|
|
||||||
DIST openvpn-as-2.0.20-Ubuntu14.amd_64.deb 27001746 SHA256 4ec14139c005ccc7ee956fe22f91e59a1db90077a6b241ecde0924a1c7457f97 SHA512 92c98354f945440a448623bf31447906700c66a85fca7a36ca013e32156f00d50da8e6dfd04f3083833ba3eba3de85730553b5740175c2e54224b825c9f1fab8 WHIRLPOOL d5ddd6d3c85b7683afa50c2639c701d682c8d32f820314b6ba6cc25bbaea300366db3890bc66de9a7f5bd6a21e691800e0f3ce81c5b38ceb6e9ecac02712c5d5
|
|
||||||
DIST openvpn-as-2.0.20-Ubuntu14.i386.deb 26566520 SHA256 217a1069bed025a68b1d0ec9447ff6a449b2d266bcfc65d61f3c7fb05e506be4 SHA512 defb56f5e38b0da930b6c89a6d6c8368f349cfbd688010f4771fa8e36eaedcb9b639d430cf32932a600cacf59f3a4ff7b616f539fb332cb3f65b4eee630d421c WHIRLPOOL d963e907d3d94c993fcccf4934f44c92adbf436f5003e127fa9bac30d5b217149e11a705e6002526dd8d5e78e357efabd0387629785f4eb4854eac58c206242e
|
|
||||||
EBUILD openvpn-as-2.0.12.ebuild 1425 SHA256 3e4aeffc5447b55e13ee9afabcf77bc1e9e430a4a823231bfae775e2d8785a7b SHA512 3c719921a4e8f3d1fb1cdd1b384ffc810121ef8b34e699b712f74b30aeeed5fbd5c06b9b43c0104c864b18d44a56f2a7f04e7334993679fbee7bcfcde5400dfa WHIRLPOOL 5151e592b4256de853e57c7836780f5b2b9c77775bbf4e9a4aab126499f940305082f77d8b6cf4aeb500d59cb7f2bc0a1199169f8e31ade202437127f6a9d6b4
|
|
||||||
EBUILD openvpn-as-2.0.17.ebuild 1425 SHA256 3e4aeffc5447b55e13ee9afabcf77bc1e9e430a4a823231bfae775e2d8785a7b SHA512 3c719921a4e8f3d1fb1cdd1b384ffc810121ef8b34e699b712f74b30aeeed5fbd5c06b9b43c0104c864b18d44a56f2a7f04e7334993679fbee7bcfcde5400dfa WHIRLPOOL 5151e592b4256de853e57c7836780f5b2b9c77775bbf4e9a4aab126499f940305082f77d8b6cf4aeb500d59cb7f2bc0a1199169f8e31ade202437127f6a9d6b4
|
|
||||||
EBUILD openvpn-as-2.0.20.ebuild 1425 SHA256 cc4a0d490c2ec617179b0e006b669a68cf8a88811dcdd9ae5bf73bce0af2dc1f SHA512 6937392d538fb20fbe8a5c17c5d4ce88d69cdda4a7c4e8582f28b906f11bd6aab6835c2d5d0914e602f8f2829415caacd356d3048c6e827a913c5300f1b36b6e WHIRLPOOL 3b07c63a04e421a5abfeffa8fc377893f01d6152ce74d4e2c1d7947e1b1e31a2fe467ea6424d31f954002f6d778d05c0a736167df92bdf07a4b12080cd691ef8
|
|
||||||
MISC ChangeLog 613 SHA256 e5d18037f402e5e32e94be1848aac76c0f83e170b7f08347386e0d6b9864b502 SHA512 0e9a3a26a5c078f62661fbb5c7a1b4f415c888d1291406a11c728637e6861de6f5bc0ccc1009b4afb1b8930cc0f91dcc4ecf13bb2ceb5af3a4ac4483107e8004 WHIRLPOOL 236dd88534881ce4b5ad56c94e660542bd6b37dd14ee5927c1660d4956e6a0163532b76357422d73e241b4769332c721acd68cd3bf4015012d4250999eaeccfc
|
|
||||||
MISC metadata.xml 385 SHA256 7e8810b39419dd52164ecd03c1fd6eba589515b37f44bd5f188d43e54c169233 SHA512 3884ad738b358a749f2ec3c0909ae157a1c4d73454530588dcfd44930fd49a82b497df1c09ccad72497ba47ed2999756720c841a4b4065ddafaf5aeb48dc5783 WHIRLPOOL 376f0af8f295fae7f264d0f4218388d1e36d7aa2fdd0892a69f03f1ad71fe2a405af70dccfe1370e7392f325b9527b624fbefe23135622f33433e14fbcf488a6
|
|
@ -1,58 +0,0 @@
|
|||||||
diff -uNr usr.orig/local/openvpn_as/bin/_ovpn-init usr/local/openvpn_as/bin/_ovpn-init
|
|
||||||
--- usr.orig/local/openvpn_as/bin/_ovpn-init 2014-12-12 13:43:39.080479338 +0100
|
|
||||||
+++ usr/local/openvpn_as/bin/_ovpn-init 2014-12-12 13:44:43.930476590 +0100
|
|
||||||
@@ -866,41 +866,6 @@
|
|
||||||
print "Error: Could not initialize confdb."
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
-# Execute gen script...
|
|
||||||
-print "Generating init scripts..."
|
|
||||||
-GEN = "/usr/local/openvpn_as/scripts/openvpnas_gen_init"
|
|
||||||
-retv = commands.getstatusoutput( GEN )
|
|
||||||
-if DEBUG: print "gen init cmd=", GEN, retv
|
|
||||||
-if retv[0] != 0:
|
|
||||||
- print "Error: Could not generate server script."
|
|
||||||
- sys.exit(1)
|
|
||||||
-
|
|
||||||
-# Generate PAM config
|
|
||||||
-print "Generating PAM config..."
|
|
||||||
-GENPAM = "/usr/local/openvpn_as/scripts/openvpnas_gen_pam"
|
|
||||||
-retv = commands.getstatusoutput( GENPAM )
|
|
||||||
-if DEBUG: print "gen pam cmd=", GENPAM, retv
|
|
||||||
-if retv[0] != 0:
|
|
||||||
- print "Error: Could not generate PAM config."
|
|
||||||
- sys.exit(1)
|
|
||||||
-
|
|
||||||
-# Execute gen script auto...
|
|
||||||
-print "Generating init scripts auto command..."
|
|
||||||
-GEN2 = "/usr/local/openvpn_as/scripts/openvpnas_gen_init --auto"
|
|
||||||
-retv = commands.getstatusoutput( GEN2 )
|
|
||||||
-if DEBUG: print "gen init cmd 2=", GEN2, retv
|
|
||||||
-if retv[0] != 0:
|
|
||||||
- print "Error: Could not generate server script auto."
|
|
||||||
- sys.exit(1)
|
|
||||||
-GENAUTO = retv[1]
|
|
||||||
-
|
|
||||||
-# Execute the auto gen script...
|
|
||||||
-retv = commands.getstatusoutput( GENAUTO )
|
|
||||||
-if retv[0] != 0:
|
|
||||||
- print "Error: Could not execute command to generate startup/shutdown scripts"
|
|
||||||
- sys.exit(1)
|
|
||||||
-if DEBUG: print "gen auto cmd=", GENAUTO, retv
|
|
||||||
-
|
|
||||||
# Perform iptables command to force initialization...
|
|
||||||
IPTABLES_NULL = "iptables --list"
|
|
||||||
retv = commands.getstatusoutput( IPTABLES_NULL )
|
|
||||||
@@ -917,7 +882,6 @@
|
|
||||||
if DEBUG: print "server init=", retv
|
|
||||||
if retv[0] != 0:
|
|
||||||
print "Error: Could not execute server start."
|
|
||||||
- sys.exit(1)
|
|
||||||
|
|
||||||
# Print exit messages...
|
|
||||||
print
|
|
||||||
@@ -973,3 +937,4 @@
|
|
||||||
print "See the Release Notes for this release at:"
|
|
||||||
print " http://www.openvpn.net/access-server/rn/openvpn_as_%s.html" % VERSION.replace('.', '_')
|
|
||||||
print
|
|
||||||
+
|
|
@ -1,43 +0,0 @@
|
|||||||
#!/sbin/runscript
|
|
||||||
# Copyright 1999-2014 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License, v2 or later
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/files/svnserve.initd2,v 1.2 2012/01/14 19:46:34 tommy Exp $
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need net
|
|
||||||
}
|
|
||||||
|
|
||||||
target="/usr/local/openvpn_as/scripts/openvpnas"
|
|
||||||
pidfile="/var/run/openvpnas.pid"
|
|
||||||
sockfile="/usr/local/openvpn_as/etc/sock/sagent /usr/local/openvpn_as/etc/sock/sagent.localroot /usr/local/openvpn_as/etc/sock/sagent.api"
|
|
||||||
logfile="/var/log/openvpnas.log"
|
|
||||||
|
|
||||||
# remove daemon control socket
|
|
||||||
rm_sock()
|
|
||||||
{
|
|
||||||
for sf in $sockfile ; do
|
|
||||||
if [ -e "$sf" ]; then
|
|
||||||
rm -f "$sf" &>/dev/null
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
# remove pidfile
|
|
||||||
rm_pidfile()
|
|
||||||
{
|
|
||||||
rm -f "$pidfile" &>/dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
rm_sock
|
|
||||||
rm_pidfile
|
|
||||||
ebegin "Starting OpenVPN Access Server"
|
|
||||||
start-stop-daemon --start --quiet --pidfile ${pidfile} --exec ${target} -- --logfile="$logfile" --pidfile="$pidfile"
|
|
||||||
eend $?
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
ebegin "Stoping OpenVPN Access Server"
|
|
||||||
start-stop-daemon --stop --quiet --pidfile ${pidfile}
|
|
||||||
eend $?
|
|
||||||
}
|
|
@ -1,111 +0,0 @@
|
|||||||
# OpenVPN AS PAM config
|
|
||||||
#
|
|
||||||
# The PAM configuration file for the Shadow `login' service
|
|
||||||
#
|
|
||||||
|
|
||||||
# Enforce a minimal delay in case of failure (in microseconds).
|
|
||||||
# (Replaces the `FAIL_DELAY' setting from login.defs)
|
|
||||||
# Note that other modules may require another minimal delay. (for example,
|
|
||||||
# to disable any delay, you should add the nodelay option to pam_unix)
|
|
||||||
auth optional pam_faildelay.so delay=3000000
|
|
||||||
|
|
||||||
# Outputs an issue file prior to each login prompt (Replaces the
|
|
||||||
# ISSUE_FILE option from login.defs). Uncomment for use
|
|
||||||
# auth required pam_issue.so issue=/etc/issue
|
|
||||||
|
|
||||||
# Disallows root logins except on tty's listed in /etc/securetty
|
|
||||||
# (Replaces the `CONSOLE' setting from login.defs)
|
|
||||||
#
|
|
||||||
# With the default control of this module:
|
|
||||||
# [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die]
|
|
||||||
# root will not be prompted for a password on insecure lines.
|
|
||||||
# if an invalid username is entered, a password is prompted (but login
|
|
||||||
# will eventually be rejected)
|
|
||||||
#
|
|
||||||
# You can change it to a "requisite" module if you think root may mis-type
|
|
||||||
# her login and should not be prompted for a password in that case. But
|
|
||||||
# this will leave the system as vulnerable to user enumeration attacks.
|
|
||||||
#
|
|
||||||
# You can change it to a "required" module if you think it permits to
|
|
||||||
# guess valid user names of your system (invalid user names are considered
|
|
||||||
# as possibly being root on insecure lines), but root passwords may be
|
|
||||||
# communicated over insecure lines.
|
|
||||||
#auth [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die] pam_securetty.so
|
|
||||||
|
|
||||||
# Disallows other than root logins when /etc/nologin exists
|
|
||||||
# (Replaces the `NOLOGINS_FILE' option from login.defs)
|
|
||||||
auth requisite pam_nologin.so
|
|
||||||
|
|
||||||
# SELinux needs to be the first session rule. This ensures that any
|
|
||||||
# lingering context has been cleared. Without out this it is possible
|
|
||||||
# that a module could execute code in the wrong domain.
|
|
||||||
# When the module is present, "required" would be sufficient (When SELinux
|
|
||||||
# is disabled, this returns success.)
|
|
||||||
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
|
|
||||||
|
|
||||||
# This module parses environment configuration file(s)
|
|
||||||
# and also allows you to use an extended config
|
|
||||||
# file /etc/security/pam_env.conf.
|
|
||||||
#
|
|
||||||
# parsing /etc/environment needs "readenv=1"
|
|
||||||
session required pam_env.so readenv=1
|
|
||||||
# locale variables are also kept into /etc/default/locale in etch
|
|
||||||
# reading this file *in addition to /etc/environment* does not hurt
|
|
||||||
session required pam_env.so readenv=1 envfile=/etc/default/locale
|
|
||||||
|
|
||||||
# Standard Un*x authentication.
|
|
||||||
auth include system-local-login
|
|
||||||
|
|
||||||
# This allows certain extra groups to be granted to a user
|
|
||||||
# based on things like time of day, tty, service, and user.
|
|
||||||
# Please edit /etc/security/group.conf to fit your needs
|
|
||||||
# (Replaces the `CONSOLE_GROUPS' option in login.defs)
|
|
||||||
auth optional pam_group.so
|
|
||||||
|
|
||||||
# Uncomment and edit /etc/security/time.conf if you need to set
|
|
||||||
# time restrainst on logins.
|
|
||||||
# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
|
|
||||||
# as well as /etc/porttime)
|
|
||||||
# account requisite pam_time.so
|
|
||||||
|
|
||||||
# Uncomment and edit /etc/security/access.conf if you need to
|
|
||||||
# set access limits.
|
|
||||||
# (Replaces /etc/login.access file)
|
|
||||||
# account required pam_access.so
|
|
||||||
|
|
||||||
# Sets up user limits according to /etc/security/limits.conf
|
|
||||||
# (Replaces the use of /etc/limits in old login)
|
|
||||||
session required pam_limits.so
|
|
||||||
|
|
||||||
# Prints the last login info upon succesful login
|
|
||||||
# (Replaces the `LASTLOG_ENAB' option from login.defs)
|
|
||||||
session optional pam_lastlog.so
|
|
||||||
|
|
||||||
# Prints the message of the day upon succesful login.
|
|
||||||
# (Replaces the `MOTD_FILE' option in login.defs)
|
|
||||||
# This includes a dynamically generated part from /run/motd.dynamic
|
|
||||||
# and a static (admin-editable) part from /etc/motd.
|
|
||||||
session optional pam_motd.so motd=/run/motd.dynamic noupdate
|
|
||||||
session optional pam_motd.so
|
|
||||||
|
|
||||||
# Prints the status of the user's mailbox upon succesful login
|
|
||||||
# (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
|
|
||||||
#
|
|
||||||
# This also defines the MAIL environment variable
|
|
||||||
# However, userdel also needs MAIL_DIR and MAIL_FILE variables
|
|
||||||
# in /etc/login.defs to make sure that removing a user
|
|
||||||
# also removes the user's mail spool file.
|
|
||||||
# See comments in /etc/login.defs
|
|
||||||
session optional pam_mail.so standard
|
|
||||||
|
|
||||||
# Standard Un*x account and session
|
|
||||||
account include system-local-login
|
|
||||||
session include system-local-login
|
|
||||||
password include system-local-login
|
|
||||||
|
|
||||||
# SELinux needs to intervene at login time to ensure that the process
|
|
||||||
# starts in the proper default security context. Only sessions which are
|
|
||||||
# intended to run in the user's context should be run after this.
|
|
||||||
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
|
|
||||||
# When the module is present, "required" would be sufficient (When SELinux
|
|
||||||
# is disabled, this returns success.)
|
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<herd>linamh</herd>
|
|
||||||
<maintainer>
|
|
||||||
<email>mario.fetka@gmail.com</email>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription>OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates the OpenVPN server.</longdescription>
|
|
||||||
</pkgmetadata>
|
|
@ -1,62 +0,0 @@
|
|||||||
# Copyright 1999-2015 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
|
|
||||||
inherit eutils unpacker user pam
|
|
||||||
|
|
||||||
DESCRIPTION="OpenVPN Access Server"
|
|
||||||
HOMEPAGE="https://openvpn.net/index.php/access-server/overview.html"
|
|
||||||
|
|
||||||
SRC_URI="amd64? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu12.amd_64.deb )
|
|
||||||
x86? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu12.i386.deb )"
|
|
||||||
|
|
||||||
LICENSE=""
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
KEYWORDS="~x86 ~amd64"
|
|
||||||
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RESTRICT="strip mirror test"
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
#QA_TEXTRELS="opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/libNeroAPI.so"
|
|
||||||
#QA_EXECSTACK="opt/${PN}/$(get_libdir)/nero/*"
|
|
||||||
#QA_PREBUILT="opt/${PN}/${PN}.*
|
|
||||||
# opt/${PN}/${PN}
|
|
||||||
# opt/${PN}/$(get_libdir)/.*so
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/plug-ins/*
|
|
||||||
# usr/share/${PN}/helpers/splash/nerosplash"
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
enewgroup openvpn_as
|
|
||||||
enewuser openvpn_as -1 -1 -1 openvpn_as
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack_deb ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
epatch "${FILESDIR}/gentoo-specific.patch"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dodir /usr/local/openvpn_as
|
|
||||||
cp -aR usr/local/openvpn_as/* "${D}/usr/local/openvpn_as"
|
|
||||||
dodir /usr/bin
|
|
||||||
dosym /usr/local/openvpn_as/bin/ovpn-init /usr/bin/ovpn-init
|
|
||||||
newinitd "${FILESDIR}/openvpnas.initd" "openvpnas"
|
|
||||||
newpamd "${FILESDIR}/openvpnas.pamd" "openvpnas"
|
|
||||||
}
|
|
||||||
|
|
@ -1,62 +0,0 @@
|
|||||||
# Copyright 1999-2015 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
|
|
||||||
inherit eutils unpacker user pam
|
|
||||||
|
|
||||||
DESCRIPTION="OpenVPN Access Server"
|
|
||||||
HOMEPAGE="https://openvpn.net/index.php/access-server/overview.html"
|
|
||||||
|
|
||||||
SRC_URI="amd64? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu12.amd_64.deb )
|
|
||||||
x86? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu12.i386.deb )"
|
|
||||||
|
|
||||||
LICENSE=""
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
KEYWORDS="~x86 ~amd64"
|
|
||||||
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RESTRICT="strip mirror test"
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
#QA_TEXTRELS="opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/libNeroAPI.so"
|
|
||||||
#QA_EXECSTACK="opt/${PN}/$(get_libdir)/nero/*"
|
|
||||||
#QA_PREBUILT="opt/${PN}/${PN}.*
|
|
||||||
# opt/${PN}/${PN}
|
|
||||||
# opt/${PN}/$(get_libdir)/.*so
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/plug-ins/*
|
|
||||||
# usr/share/${PN}/helpers/splash/nerosplash"
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
enewgroup openvpn_as
|
|
||||||
enewuser openvpn_as -1 -1 -1 openvpn_as
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack_deb ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
epatch "${FILESDIR}/gentoo-specific.patch"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dodir /usr/local/openvpn_as
|
|
||||||
cp -aR usr/local/openvpn_as/* "${D}/usr/local/openvpn_as"
|
|
||||||
dodir /usr/bin
|
|
||||||
dosym /usr/local/openvpn_as/bin/ovpn-init /usr/bin/ovpn-init
|
|
||||||
newinitd "${FILESDIR}/openvpnas.initd" "openvpnas"
|
|
||||||
newpamd "${FILESDIR}/openvpnas.pamd" "openvpnas"
|
|
||||||
}
|
|
||||||
|
|
@ -1,62 +0,0 @@
|
|||||||
# Copyright 1999-2015 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=5
|
|
||||||
|
|
||||||
inherit eutils unpacker user pam
|
|
||||||
|
|
||||||
DESCRIPTION="OpenVPN Access Server"
|
|
||||||
HOMEPAGE="https://openvpn.net/index.php/access-server/overview.html"
|
|
||||||
|
|
||||||
SRC_URI="amd64? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu14.amd_64.deb )
|
|
||||||
x86? ( http://swupdate.openvpn.org/as/openvpn-as-${PV}-Ubuntu14.i386.deb )"
|
|
||||||
|
|
||||||
LICENSE=""
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
KEYWORDS="~x86 ~amd64"
|
|
||||||
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RESTRICT="strip mirror test"
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
#QA_TEXTRELS="opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/libNeroAPI.so"
|
|
||||||
#QA_EXECSTACK="opt/${PN}/$(get_libdir)/nero/*"
|
|
||||||
#QA_PREBUILT="opt/${PN}/${PN}.*
|
|
||||||
# opt/${PN}/${PN}
|
|
||||||
# opt/${PN}/$(get_libdir)/.*so
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/*
|
|
||||||
# opt/${PN}/$(get_libdir)/${PN}/plug-ins/*
|
|
||||||
# usr/share/${PN}/helpers/splash/nerosplash"
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
enewgroup openvpn_as
|
|
||||||
enewuser openvpn_as -1 -1 -1 openvpn_as
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack_deb ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
epatch "${FILESDIR}/gentoo-specific.patch"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dodir /usr/local/openvpn_as
|
|
||||||
cp -aR usr/local/openvpn_as/* "${D}/usr/local/openvpn_as"
|
|
||||||
dodir /usr/bin
|
|
||||||
dosym /usr/local/openvpn_as/bin/ovpn-init /usr/bin/ovpn-init
|
|
||||||
newinitd "${FILESDIR}/openvpnas.initd" "openvpnas"
|
|
||||||
newpamd "${FILESDIR}/openvpnas.pamd" "openvpnas"
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
|||||||
DIST labpowerqt-0.1.2.tar.gz 347603 BLAKE2B d994b5896145ff8a9b62070cf9bda0f1e7d2730bca01afd56bbe0f13afad46b5376640fe8db58645562049e89827bfe7e04f5ffe217a99bb8e99ca0641e41915 SHA512 c9bf3cf79b3e4d059c84de9f0814b237eb8c404b61fa32e846669b7a6e36dc70fe96769faab552650fdbbcf664eb01f54467a50dcc0fc768f61083e7dbc2a296
|
|
||||||
DIST labpowerqt-0.1.3.tar.gz 352902 BLAKE2B 90306a9bd78d97075f9648d724223d455194a51f7df3e93fa94a960e6059f70b5d5ba04ab54df6531ab18a8dbf90842a0e3c4db3101bf722047cb63455deeed2 SHA512 d808d9f727bc5cf3ece12ffa96fd87346c49599058e496cca0b82deb62206ae6369d2a0d1706cafb95c2435234a51a55a52eadba5597a0c9ddf4273d22c87aa9
|
DIST labpowerqt-0.1.3.tar.gz 352902 BLAKE2B 90306a9bd78d97075f9648d724223d455194a51f7df3e93fa94a960e6059f70b5d5ba04ab54df6531ab18a8dbf90842a0e3c4db3101bf722047cb63455deeed2 SHA512 d808d9f727bc5cf3ece12ffa96fd87346c49599058e496cca0b82deb62206ae6369d2a0d1706cafb95c2435234a51a55a52eadba5597a0c9ddf4273d22c87aa9
|
||||||
EBUILD labpowerqt-0.1.2.ebuild 735 BLAKE2B 839d5ac41ab74e4accbc5cf383717df99874fad2f041254f1819cc318c00958a4ef2bd31011afd18068933add6bf9894a570886ae80273e830b9180083ecd5fd SHA512 3847f90cc753b8f91f1abf52451654a42037ba7c603bcf7292eed7484993029e0f0ef3bbd57770b836fbba14500ff8db0d626be9a7cc523ec0216097db3e1524
|
|
||||||
EBUILD labpowerqt-0.1.3.ebuild 735 BLAKE2B 839d5ac41ab74e4accbc5cf383717df99874fad2f041254f1819cc318c00958a4ef2bd31011afd18068933add6bf9894a570886ae80273e830b9180083ecd5fd SHA512 3847f90cc753b8f91f1abf52451654a42037ba7c603bcf7292eed7484993029e0f0ef3bbd57770b836fbba14500ff8db0d626be9a7cc523ec0216097db3e1524
|
EBUILD labpowerqt-0.1.3.ebuild 735 BLAKE2B 839d5ac41ab74e4accbc5cf383717df99874fad2f041254f1819cc318c00958a4ef2bd31011afd18068933add6bf9894a570886ae80273e830b9180083ecd5fd SHA512 3847f90cc753b8f91f1abf52451654a42037ba7c603bcf7292eed7484993029e0f0ef3bbd57770b836fbba14500ff8db0d626be9a7cc523ec0216097db3e1524
|
||||||
MISC ChangeLog 429 BLAKE2B 483f338dd65a80489cb473ee69c7db39f5bb317f9f4a7ce6e6904405ba0e1c64ed3db6b366353ef24191a6c32b054d59d98be79bb128414d062a33b6f786ac11 SHA512 00b40c33e265adc27b6d5cb6d1d33653eeb45af01ac0a7cf899e8e615d9064af58bea00c6cc6c8fc551a05a71128310f56f93abf76cec8731ee42524f51bbc91
|
MISC ChangeLog 429 BLAKE2B 483f338dd65a80489cb473ee69c7db39f5bb317f9f4a7ce6e6904405ba0e1c64ed3db6b366353ef24191a6c32b054d59d98be79bb128414d062a33b6f786ac11 SHA512 00b40c33e265adc27b6d5cb6d1d33653eeb45af01ac0a7cf899e8e615d9064af58bea00c6cc6c8fc551a05a71128310f56f93abf76cec8731ee42524f51bbc91
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI="5"
|
|
||||||
inherit cmake-utils
|
|
||||||
|
|
||||||
DESCRIPTION="LabPowerQt is an application to control laboratory power supplies and to record and visualize the data"
|
|
||||||
HOMEPAGE="https://github.com/crapp/labpowerqt"
|
|
||||||
SRC_URI="https://github.com/crapp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="dev-qt/qtgui:5
|
|
||||||
dev-qt/qtwidgets:5
|
|
||||||
dev-qt/qtcore:5
|
|
||||||
dev-qt/qtserialport:5
|
|
||||||
dev-qt/qtsql:5
|
|
||||||
dev-qt/qtprintsupport:5
|
|
||||||
dev-libs/ealogger"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
# dev-qt/qtquick:5
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
"-DEALOGGER_EXTERNAL=off" )
|
|
||||||
|
|
||||||
cmake-utils_src_configure
|
|
||||||
}
|
|
@ -1,2 +1,2 @@
|
|||||||
DIST Logic-2.3.30-master.AppImage 138331721 BLAKE2B e914c54c79c49a39a8dc397094ad03d6dcbfca18a7c3eed3003dad19035ce60c9d524c98965230e03c3a0bac9d7ff5ca725cdb33fd193430da3e985e11313597 SHA512 0667363283a3f57056787ff4cc4476037c8331af4e14147b3286a96bb7b013f26abacf79e67ed97ae6e1819c49eb2fe474cfa0319c1b3a0b00d2553aac793c40
|
DIST Logic-2.3.30-master.AppImage 138331721 BLAKE2B e914c54c79c49a39a8dc397094ad03d6dcbfca18a7c3eed3003dad19035ce60c9d524c98965230e03c3a0bac9d7ff5ca725cdb33fd193430da3e985e11313597 SHA512 0667363283a3f57056787ff4cc4476037c8331af4e14147b3286a96bb7b013f26abacf79e67ed97ae6e1819c49eb2fe474cfa0319c1b3a0b00d2553aac793c40
|
||||||
EBUILD saleae-logic-bin-2.3.30.ebuild 2424 BLAKE2B 051c867f1c0cfae3ecec4b434bef4a1b3664bc0d3396135e6d08f1eb1f0e4d957449b75bf10ba93a463190d361987ed1d7348cb7cd7dc4543b3ff09d6cb62f6e SHA512 ea42bbf58c46e669fd52f70d5f9723d55314140adae7bd3b4788acee7b7745f5b0b11939323513713115f86071120bfd3bd2a155b04b9939ef40c455e7b9c13f
|
EBUILD saleae-logic-bin-2.3.30.ebuild 2792 BLAKE2B 3f2347a6e323e8333049af542c5a74e0717706794b477cf436bfc9d9ada01b21be8ecaba1eb8d0fb2f4cf9f72d782d645b194f10ff9c997797cade48c132b28c SHA512 f5dab7e9f1f9a53bb82b185d452c9ff1445624fed9a7f1655a8dcfd18c122827654cb103749fc551e07544abc96e63f21d8ff02945058dd1ec585191093a46d9
|
||||||
|
@ -71,6 +71,12 @@ src_install() {
|
|||||||
cp -a ${P}/usr "${ED}"
|
cp -a ${P}/usr "${ED}"
|
||||||
rm -f ${P}/.DirIcon
|
rm -f ${P}/.DirIcon
|
||||||
dodir /opt/Saleae/Logic
|
dodir /opt/Saleae/Logic
|
||||||
|
find ${P} -type d -exec chmod 755 {} \;
|
||||||
|
find ${P} -type f -exec chmod 644 {} \;
|
||||||
|
find ${P} -type f -name "*.so*" -print0 |xargs -0 chmod +x
|
||||||
|
find ${P}/resources/linux/pythonlibs/bin -type f -print0 |xargs -0 chmod +x
|
||||||
|
find ${P}/resources/app.asar.unpacked/node_modules/@saleae/graph-interface/bin/linux-x64-76 -type f -print0 |xargs -0 chmod +x
|
||||||
|
chmod +x ${P}/Logic
|
||||||
cp -a ${P}/* "${ED}"/opt/Saleae/Logic || die "Failed to move directory"
|
cp -a ${P}/* "${ED}"/opt/Saleae/Logic || die "Failed to move directory"
|
||||||
|
|
||||||
# remove chrome-sandbox binary, users should use kernel namespaces
|
# remove chrome-sandbox binary, users should use kernel namespaces
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
AUX automake.patch 435 SHA256 7f7142cbd77469008fe8a8aa54a8a771470811a9be6a2ee3ae65855a43b62a9a SHA512 5dcb3ff62df4356f622ade738c94c89eeda54c45163bede17cc9f465898d1da1ec2a17b454177bfbde673bd271e6e449084f07af8d101f3a9d2e430c442bbd0d WHIRLPOOL c9eba980d56b430680c435e55e4e536b46230f2016a39ef254f6145c7d0dc9dc132c0434242be2296f5ff732b560c263bd3375cd3ae73ce6e92939d74b75ac87
|
AUX automake.patch 435 BLAKE2B f5b4680cdc5708b2636018296d4831d2ea89faa5a7f385750e0caca961184eb36bf7504e03709de47d9acaae6f6f5a56fdc7489ab4808fb67b19efd6214a7943 SHA512 5dcb3ff62df4356f622ade738c94c89eeda54c45163bede17cc9f465898d1da1ec2a17b454177bfbde673bd271e6e449084f07af8d101f3a9d2e430c442bbd0d
|
||||||
AUX jfsclone-no-return.patch 448 SHA256 70c58ef363b87d7771172d66a2d3862a606427620f7ca6cc8b8c99de9521f92d SHA512 4ca41efb405cafcc072f51a5bf0c43281a909c1ac215b46ab99e2e486f52a41426acb719d9bc60e0ea5b720c76e0d7a9b9f9c9f28bdfd36bc8d8bbcdc626cf96 WHIRLPOOL d62ff0b9b116f15c317116cf30a5251cb38b90d220d466ad5e6401920a8932907be80430f5d97fd4339adc7fa684438a4674dad3173632af9f45855dbfd95caf
|
AUX jfsclone-no-return.patch 448 BLAKE2B 3edf4a785b00aaf92d2a6ffd37caa42b665cd74428b714c9c435c2caf9405b5198a1f2cb6b1987773d84bce4ad7953d87d66905033e35aa153d05df992c58d84 SHA512 4ca41efb405cafcc072f51a5bf0c43281a909c1ac215b46ab99e2e486f52a41426acb719d9bc60e0ea5b720c76e0d7a9b9f9c9f28bdfd36bc8d8bbcdc626cf96
|
||||||
DIST partclone-0.2.81.tar.gz 609943 SHA256 8d50b2649d9e01286631eadff5e8cf50f8e092c2d1a9ae257bf648a5c01ce089 SHA512 4eaa4f40e3aa9980ef897fc997ce562f8accf854cb2e1a8e9fc8883bcfbf326a07d6c31fa223148179915b94711cb0fba1b4b097e5c196cc0edc90aa6f1e78da WHIRLPOOL b95502ba325758a52de8ee78d30310226fecc5e6c5d5c42b6953b1eceb3cda16c9e6b5f62b26a80251eabb965acd32f0640f4dc6e9b9c50b526e64f35406629d
|
DIST partclone-0.2.81.tar.gz 609943 BLAKE2B 1dd0bbaa364b232663f8fd01cb4d2dbda2d639264ce15584a5cd5cc775ccd410109e07e5fdf518287ebee8c06639dc05511ffe8513235d2de3b40d564c08ad85 SHA512 4eaa4f40e3aa9980ef897fc997ce562f8accf854cb2e1a8e9fc8883bcfbf326a07d6c31fa223148179915b94711cb0fba1b4b097e5c196cc0edc90aa6f1e78da
|
||||||
EBUILD partclone-0.2.81.ebuild 2054 SHA256 0ca5ddd116bb6d757cec563588646cca30ef81727f2464c292590cf0a91a31e4 SHA512 f07996fe090cccae0d6dfb6c7f750741356090f20404a924c7f60293a2fa33387ebfb91ff17b086f0c25c4d0355f60097278feabd65a4a130f2b6bcd0ca32016 WHIRLPOOL 2309dc181d1de296f403b8611858510323404812b83b959324b230f67b5214dee567b635c7d3e123a9c9059b88c042bd152434b521056bd0ef1528311c27e7e3
|
DIST partclone-0.3.17.tar.gz 1306552 BLAKE2B 0612a4bcc023a3136fd70ddd65eac2b744b37cb5abfebb363d94fe75d321a4f4e646c5ebc4816d0c7429292c9380e4645d1d0c4f1b12e6d0fefb05511229b85b SHA512 c0733d47c5d708cdf637f0431391e2595ef0a7ce91a1e50f7c33ec69860d60c0dae50f793881261b78619e4ddeae9826c96f8d9f275a7f0f1aaa25801f5c88e4
|
||||||
MISC ChangeLog 1897 SHA256 5cfcfa9c79dd432d14db7ff3cd1e433554160c74923716b96d82122dd1baf5a8 SHA512 0e7cf3ec06d737f632c7c76959fd0a6ac63de1bd7931d7685870a4be357d763e680b329a1733dfd990b4ec7eec50e54d9e126b67d98c43ad52bbeeefe7bea4dc WHIRLPOOL 9c543a194251a089715919b3819a6c1b83e5c712559510f08b5198bf0c61c8d46031db0ae26add57ba823971bf6f8f946eaa4dada5b08798c747cfc489180ac4
|
EBUILD partclone-0.2.81.ebuild 2054 BLAKE2B 1aaa65bee774f08135d07ce85099e9bb0931b4ecc8ed59121effa42f691cd39d850f481738fd13d3d484d417d899eeb8cca9d5421b3acb5fb015aaddb4fe1f5e SHA512 ffe68ed767b45e55a5c6354816b7e05315448985d65ac387070899821cd4c9684d912f9da0c0da372df2ff8cf52de9d92d87ac1284c644ac68e055ae04683cff
|
||||||
MISC metadata.xml 205 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc SHA512 ef3a39d2cd131cd29451ec2d009484e89b60e8cbeed5fc0f5f899cebb0c5f9867682ce603982e4de32004493944c6ff99a4c797e7ef2441d6049e5a616143a8b WHIRLPOOL 779e2cb116b19389f70acc6d49694358619116f9849f3b8e46f00df4e39b4476424b20990b9dabb4ba16605d1894d6b820eaeb930401d825265bfdca27f6fb96
|
EBUILD partclone-0.3.17.ebuild 2054 BLAKE2B 1aaa65bee774f08135d07ce85099e9bb0931b4ecc8ed59121effa42f691cd39d850f481738fd13d3d484d417d899eeb8cca9d5421b3acb5fb015aaddb4fe1f5e SHA512 ffe68ed767b45e55a5c6354816b7e05315448985d65ac387070899821cd4c9684d912f9da0c0da372df2ff8cf52de9d92d87ac1284c644ac68e055ae04683cff
|
||||||
|
MISC ChangeLog 1897 BLAKE2B e61d1b36862c9e62b37f9de776ed709f99badeddf1140ec86b4a408a4bbcd003aa371715393a91e657cfe705b5aeb65faae6fd1cd040d5908514c3ff94df307d SHA512 0e7cf3ec06d737f632c7c76959fd0a6ac63de1bd7931d7685870a4be357d763e680b329a1733dfd990b4ec7eec50e54d9e126b67d98c43ad52bbeeefe7bea4dc
|
||||||
|
MISC metadata.xml 205 BLAKE2B 2885a6508cc84e8c20c79cd20d9fd3269df33e1ce3c6394fda79b8f7f17b6f92ade1a3177ca71e41b027cd1f16cb7795f1dfb4b99a3aa1f6f8055bb778d633a4 SHA512 ef3a39d2cd131cd29451ec2d009484e89b60e8cbeed5fc0f5f899cebb0c5f9867682ce603982e4de32004493944c6ff99a4c797e7ef2441d6049e5a616143a8b
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=5
|
||||||
|
|
||||||
inherit autotools eutils
|
inherit autotools eutils
|
||||||
|
|
||||||
|
70
sys-block/partclone/partclone-0.3.17.ebuild
Normal file
70
sys-block/partclone/partclone-0.3.17.ebuild
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit autotools eutils
|
||||||
|
|
||||||
|
DESCRIPTION="Partition cloning tool"
|
||||||
|
HOMEPAGE="http://partclone.org"
|
||||||
|
SRC_URI="mirror://sourceforge/partclone/testing/src/partclone_${PV}.orig.tar.gz -> partclone-${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
|
IUSE="+xfs +reiserfs +reiser4 hfsp +fat +ntfs +jfs +btrfs static mtrace"
|
||||||
|
|
||||||
|
DEPEND=">=sys-fs/e2fsprogs-1.41.4
|
||||||
|
xfs? ( sys-fs/xfsprogs )
|
||||||
|
reiserfs? ( <sys-fs/progsreiserfs-0.3.1 )
|
||||||
|
reiser4? ( >=sys-fs/reiser4progs-1.0.7 )
|
||||||
|
hfsp? ( sys-fs/hfsutils )
|
||||||
|
fat? ( sys-fs/dosfstools )
|
||||||
|
ntfs? ( sys-fs/ntfs3g[ntfsprogs] )
|
||||||
|
jfs? ( >=sys-fs/jfsutils-1.1.15 )
|
||||||
|
btrfs? ( sys-fs/btrfs-progs )
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
if [ "${ARCH}" = "arm" ]; then
|
||||||
|
sed -e "s/fail-mbr//g" -i ${S}/Makefile.am
|
||||||
|
fi
|
||||||
|
#epatch "${FILESDIR}/automake.patch"
|
||||||
|
#epatch "${FILESDIR}/jfsclone-no-return.patch"
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local myconf=""
|
||||||
|
use xfs && myconf="${myconf} --enable-xfs"
|
||||||
|
use xfs && myconf="${myconf} --enable-xfs"
|
||||||
|
use reiserfs && myconf="${myconf} --enable-reiserfs"
|
||||||
|
use reiser4 && myconf="${myconf} --enable-reiser4"
|
||||||
|
use hfsp && myconf="${myconf} --enable-hfsp"
|
||||||
|
use fat && myconf="${myconf} --enable-fat"
|
||||||
|
use ntfs && myconf="${myconf} --enable-ntfs"
|
||||||
|
use jfs && myconf="${myconf} --enable-jfs"
|
||||||
|
use btrfs && myconf="${myconf} --enable-btrfs"
|
||||||
|
use static && myconf="${myconf} --enable-static"
|
||||||
|
use mtrace && myconf="${myconf} --enable-mtrace"
|
||||||
|
econf ${myconf} \
|
||||||
|
--enable-extfs \
|
||||||
|
--enable-ncursesw
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" install || die "make install failed"
|
||||||
|
# cd ${S}/src
|
||||||
|
# dosbin partclone.dd partclone.restore partclone.chkimg
|
||||||
|
# dosbin partclone.extfs
|
||||||
|
# use xfs && dosbin partclone.xfs
|
||||||
|
# use reiserfs && dosbin partclone.reiserfs
|
||||||
|
# use reiser4 && dosbin partclone.reiser4
|
||||||
|
# use hfs && dosbin partclone.hfsp
|
||||||
|
# use fat && dosbin partclone.fat
|
||||||
|
# use ntfs && dosbin partclone.ntfs
|
||||||
|
# use ntfs && dosbin partclone.ntfsfixboot
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
AUX fatresize-1.0.2-libparted_ver_check.patch 731 SHA256 404489be05c69776996e196c5043afd5e5658115352956e3db7c3ff163c5e945 SHA512 289187be8b080052266ad869e683e48c48197884d28636849434bb01e49edeff009008779ec05b4daa64c429e0931c12c9eadb87496a72d01b46bed05c41866d WHIRLPOOL e3ef18d32a5daa69f9093909c392e6f5ef7070944ffd390921288de20b85d33bf6f3f41598a301cc06247daafa885b6153aecbb506a96ea4504865aeedeb3116
|
AUX fatresize-1.0.2-libparted_ver_check.patch 731 BLAKE2B 76b0316cb8543319663d96e9a61b3307c3b06d99bcce2b89d565f90ee9883c5f52bf660f3e8a0eb3f9a03cff7997c2ac079ea21b925a65d2e091ed4bf60581d1 SHA512 289187be8b080052266ad869e683e48c48197884d28636849434bb01e49edeff009008779ec05b4daa64c429e0931c12c9eadb87496a72d01b46bed05c41866d
|
||||||
AUX fatresize-1.0.2-ped_assert.patch 818 SHA256 36561e1c8efcf427563f1ee43b473aadc6e6dca7864819cc6c78ec046a2b2291 SHA512 3cf781a32beb29b3a799fc8fb642f31bc0464394d5923632438addbb239d8973b649ddfef68bdafc8570b85d788a255023f23c11d7f5b2a36bf995bed838e38a WHIRLPOOL 153c13dce5d2e4e80b223c15d60590f61700ce8373c727bda2f01f2816b14c94612c789f91aa97a95e8930d2031617082b022e36cacc905d2c774c264c893b17
|
AUX fatresize-1.0.2-ped_assert.patch 818 BLAKE2B b664350adba26afc74ef78e4b10559afbf95dee17abef4b80c3df705469fdbffa77a750e331ba07cd57971e88924299af639ea07075a40396efcc1b67116d4ed SHA512 3cf781a32beb29b3a799fc8fb642f31bc0464394d5923632438addbb239d8973b649ddfef68bdafc8570b85d788a255023f23c11d7f5b2a36bf995bed838e38a
|
||||||
AUX fatresize-1.0.2-ped_free.patch 816 SHA256 bbf7b12bf8c4eb02f548a690834f267c95c8eaa3940c8bc77909aaff435b03ba SHA512 b84edb452086e7a9f1fe8b069721c8387ff720377392b71219ddc4751b915a03f382ad5536834f390a31844be6c932a60584f33645a0f7d3e706ae30978f24cb WHIRLPOOL 4f4e1fc5fd89c222623a1a57e77600a608953a391dfc8de3de522e29132833808cad1996010ee680b15fbd1699be2c3f496b45b279711ddaee4c2a21b216263f
|
AUX fatresize-1.0.2-ped_free.patch 816 BLAKE2B d1eee895f7bb2225a86f584af807e54e164f8275d76e275910a1fe489aa8b3f7949d1f13c9471bfb5dd2c3f33c74172e7e8926f3e639d352b1195a6b8258a1cf SHA512 b84edb452086e7a9f1fe8b069721c8387ff720377392b71219ddc4751b915a03f382ad5536834f390a31844be6c932a60584f33645a0f7d3e706ae30978f24cb
|
||||||
DIST fatresize-1.0.2.tar.bz2 88352 SHA256 55fe0834fee07caa2b79b12648bbcd82a07780fa85afd780b504ef7625229713 SHA512 3792e110a393fcee51ef5a12c3e09f3a0792470dc3609a262bc0d4b3186ea96922d51db445c3ec7e7eb02741f29f631c94476990914bf4822e2eac0a1e3373f7 WHIRLPOOL 0c400899aae5a7dde117055cda81352d4368547d201a45ff7692ab9ff8e7e2ab4b12618205c2966c884efdc57f28527b2d686c4d4bf8f0a32ef09ae190bbe7bd
|
DIST fatresize-1.0.2.tar.bz2 88352 BLAKE2B b3349cc16bd82ad31f91847b1cf3fb0aa8ddd1b464bb0904312949416f7392d4a8ba340e98d8f8a0251b356da8fc084c62747fc61bd16a21f1ab0ed55a860427 SHA512 3792e110a393fcee51ef5a12c3e09f3a0792470dc3609a262bc0d4b3186ea96922d51db445c3ec7e7eb02741f29f631c94476990914bf4822e2eac0a1e3373f7
|
||||||
EBUILD fatresize-1.0.2.ebuild 820 SHA256 e94efcec28e08033d4c5c8641794e837940ac585f041af9271d9d58e9eaf7ec7 SHA512 9b35f051a571a92519a0207201c306cf6e7b23ced9f03a56360da2e20ec6716d91a9e1500aee394c95152cf12a8fe9c07137647dcd2f5dadf19fc88e752fb847 WHIRLPOOL 8ab1e0f31bca764db11cf074f12321af5a343f549ba60b2181314fee825a4b6dac0fd4eff268afe4fc3d89b9f8578aba9aaced3ce11841392a881069d0af5d66
|
EBUILD fatresize-1.0.2.ebuild 820 BLAKE2B 1e7050c15c95107077a97129d3daaeeb5a4076a0a9363924fca41c6ddae2ca5ed0e9b9428c33ef5a332e701cffe76888b50c7f2131ccf10e3e3aa2150f544e6a SHA512 7a1bc9446ecb1e0bd47335fe4b4dafeccf0be74e1322d2ca45ff2f54ea879f08cea518533963e195b1912790873abfe62089dbc59bb0bf30056acaba4323e449
|
||||||
MISC ChangeLog 378 SHA256 95357544d094f779cd788e35a9b4575bb6230719938b6728e75ba023dc3348fc SHA512 abcf7d702d697dd572588062b9a5f14c19e4bdd5a6c346505424b7d0f868a86d302d85eb62bc01f9341dddc7b41f5cd9d38967826f797189c7dce3a251dfa23f WHIRLPOOL f1b4d3d0a0d6e29b748960d91f8ad0e07ffb010f327f61db7a09b72175d54db118af705d187c48e584a17f456bb92012d2f02cf7f028193533c719a30b85a831
|
MISC ChangeLog 378 BLAKE2B fd72a8b317e3468041a6978c48ccc4480c04d2e3ccbde04ec3535522bb607991b9ab9d4cb5b4d10110caf1d86b54eacb6a6fbd65f0dfb8e34b579cb7062ab3c3 SHA512 abcf7d702d697dd572588062b9a5f14c19e4bdd5a6c346505424b7d0f868a86d302d85eb62bc01f9341dddc7b41f5cd9d38967826f797189c7dce3a251dfa23f
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.1 2013/06/11 03:07:21 vapier Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.1 2013/06/11 03:07:21 vapier Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="5"
|
||||||
|
|
||||||
inherit eutils flag-o-matic autotools
|
inherit eutils flag-o-matic autotools
|
||||||
|
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# ChangeLog for sys-kernel/omap4-sources
|
|
||||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
*omap4-sources-3.5.7.235.51 (06 Nov 2013)
|
|
||||||
|
|
||||||
06 Nov 2013; Mario Fetka <mario.fetka@gmail.com>
|
|
||||||
+omap4-sources-3.5.7.235.51.ebuild, -omap4-sources-3.5.0.235.51.ebuild:
|
|
||||||
Correct ebuild main version
|
|
||||||
|
|
||||||
*omap4-sources-3.5.0.233.49 (06 Nov 2013)
|
|
||||||
*omap4-sources-3.5.0.235.51 (06 Nov 2013)
|
|
||||||
|
|
||||||
06 Nov 2013; Mario Fetka <mario.fetka@gmail.com>
|
|
||||||
+omap4-sources-3.5.0.233.49.ebuild, +omap4-sources-3.5.0.235.51.ebuild:
|
|
||||||
Bump
|
|
@ -1,8 +0,0 @@
|
|||||||
DIST 4567_distro-Gentoo-Kconfig.patch 3073 SHA256 65b3c18bd9b9d0e9bd9ed1e08b06a318ba6cbef4a8ee1c57237dc242142e2e6d SHA512 f9bb932d9c7c772ed456cf59b09fa791ff7f05c775f0ba3208642ac97212f19c29dcc41d5c015616b54e7874a193b2dfcfe6b87c5769c299c946ed6976d4b03f WHIRLPOOL 3813bfd1f26017721503068ea2d0f0ff96cea58bb0d145851b2a190ed80051811c97dc3ed1b1bcaa048e2ccf0d5f3fa2b7423a349c529553eb46d0d5db5ac963
|
|
||||||
DIST linux-ti-omap4_3.5.0-233.49.tar.gz 109232676 SHA256 bd265cfe2490bd01b206afc9f5b14d47fd17e3d6681f4325f302300534c52bbd SHA512 2824881bf27d950879201e789a76f1f2e412e60c2a93ad38d2e2aa76728f2b249ea46df7a4f12e51048c0273068cfd06edc14c177aef96cac8a3ada5731deeb1 WHIRLPOOL 1ad8121c9fcc0f3148edce0974fa3f98e51806ec0d8443209e15022c9084de174d47600e40aabf4da94330d2c7be703bc92b9260029bbf0a6e99993b4c6f311b
|
|
||||||
DIST linux-ti-omap4_3.5.7-235.51.tar.gz 109262678 SHA256 5e93f51da001257747d36f5effffd88ec521dff4c27bf32b8493cba64f2662e1 SHA512 1f39dd36c0baf5d81473cf3abd017e6c2a062e8bc860ada2d1147210c128e68b3e67a9811953b4eec181cf5c3024aac2bd04a4537a2df1cbaf481d48e870d088 WHIRLPOOL 533d0ddad126f7ee4cea190369a6844767955776c0253fa0e06220dce0d2eff270a87f8742f92b0b2fab8a902b5a58bb17904d6f6946ff56bcf8d7ab68b9bae6
|
|
||||||
DIST linux-ti-omap4_3.5.7-242.58.tar.gz 109589622 SHA256 61948a510370459e4eb21d47b3a2542f66126baede3c4c7df955ae831044760c SHA512 d0fcb187dea98e13498f98364ce7cd851b007a719b869aa9de637c4df8f97173188a4f79ae02a7dcd1c0da408ea6003405a072af1d4a6f057245a3422ade1c94 WHIRLPOOL 05f5f1eb2eea63e9b9219c316c32ebf458127b21e9ac0241dd88a049a50f31167d20aef8c56c3a1a1f0a9b85713e5468da50df6f1c1c6e3b4512e69e3c91874d
|
|
||||||
EBUILD omap4-sources-3.5.0.233.49.ebuild 576 SHA256 4f79f34d01dbd8ab8496b1ec8cffcb237c4e7239c924b3ffa30d45ccabbdfcb3 SHA512 ea9df1b4bab558fa0bc1e3f7e775548f63e7f59985143a2232bccb86d6cca897b85778eb4035330b4b7bf475bbea6f63ed1ba60054b5a3b35367e9ec29a32a8d WHIRLPOOL 8e4c0bfbfa17b4ee04e265dfb77b6a3e7230eb934ea1a0b6ef03c3b69c0ecf861856c79c26306b4b5030a27ff160b259d68c86521ce8a3820ff566f27ac096d9
|
|
||||||
EBUILD omap4-sources-3.5.7.235.51.ebuild 1768 SHA256 d83e814a25a81158df88626a6fbd44f992fda78a2a40ce628a5a1c5eaf58ee38 SHA512 f631ad4068344c5487f06546f472da6d148441798d1325ea39d2f27cc14148e2f47fa8d6e72470f3584565ea262ba0f250e98ea6224b0699e364b7019ec48c04 WHIRLPOOL 22fa4ed4197255f3fd243b780a3556d032acf865ea8ce5680df8bca21d46c00477ee3096726c2d5aa7569853f3c3f4aa70842395f90beee298aa65572bee31c7
|
|
||||||
EBUILD omap4-sources-3.5.7.242.58.ebuild 1768 SHA256 d83e814a25a81158df88626a6fbd44f992fda78a2a40ce628a5a1c5eaf58ee38 SHA512 f631ad4068344c5487f06546f472da6d148441798d1325ea39d2f27cc14148e2f47fa8d6e72470f3584565ea262ba0f250e98ea6224b0699e364b7019ec48c04 WHIRLPOOL 22fa4ed4197255f3fd243b780a3556d032acf865ea8ce5680df8bca21d46c00477ee3096726c2d5aa7569853f3c3f4aa70842395f90beee298aa65572bee31c7
|
|
||||||
MISC ChangeLog 541 SHA256 117ca458e2274b6181c64533fcfcfa80f0bf80eacb3b61d66fb84665ac6f46c7 SHA512 3f4591d9d5ecc7a07799513464ebd04e65975b5bf86ab342d5262725232c0447fa2c40a110abd9d3123f37f53afa097f2dedaadfed6732192e5963edc171e872 WHIRLPOOL 9ce5b8f0c9246f89bf3850b95d549133ae391aebdc347963c297d7f3cd807dcfcb2b42a2a682f901fed415c55507867d14da16eb7340f79a3fc499b023f28eca
|
|
@ -1,31 +0,0 @@
|
|||||||
# Copyright 1999-2013 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
|
|
||||||
ETYPE="sources"
|
|
||||||
|
|
||||||
inherit kernel-2 versionator
|
|
||||||
detect_version
|
|
||||||
|
|
||||||
MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4-5)"
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION="OMAP4 sources"
|
|
||||||
HOMEPAGE=""
|
|
||||||
SRC_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV}.tar.gz"
|
|
||||||
|
|
||||||
KEYWORDS="arm"
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
mv ubuntu-quantal linux-${PV}-omap4
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /usr/src/
|
|
||||||
doins -r linux-${PV}-omap4
|
|
||||||
}
|
|
@ -1,45 +0,0 @@
|
|||||||
# Copyright 1999-2013 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.67.ebuild,v 1.1 2013/10/23 11:02:49 tomwij Exp $
|
|
||||||
|
|
||||||
EAPI="5"
|
|
||||||
|
|
||||||
inherit versionator
|
|
||||||
MY_PV_PRE="$(get_version_component_range 1-3)"
|
|
||||||
MY_PV_POST="$(get_version_component_range 4-5)"
|
|
||||||
MY_PV="${MY_PV_PRE}-${MY_PV_POST}"
|
|
||||||
|
|
||||||
ETYPE="sources"
|
|
||||||
EXTRAVERSION="-omap4-$(get_version_component_range 4-5)"
|
|
||||||
inherit kernel-2
|
|
||||||
detect_version
|
|
||||||
detect_arch
|
|
||||||
KERNEL_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV_PRE/7/0}-${MY_PV_POST}.tar.gz -> linux-ti-omap4_${MY_PV_PRE}-${MY_PV_POST}.tar.gz"
|
|
||||||
|
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
|
||||||
HOMEPAGE="https://launchpad.net/ubuntu/+source/linux-ti-omap4"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DESCRIPTION="Full omap4 sources including some Gentoo patches for the ti omap4 ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
|
||||||
SRC_URI="${KERNEL_URI} http://sources.gentoo.org/cgi-bin/viewvc.cgi/linux-patches/genpatches-2.6/trunk/3.10.7/4567_distro-Gentoo-Kconfig.patch"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
einfo "converting linux-ti-omap4_${MY_PV}.tar.gz to linux-ti-omap4_${KV_MAJOR}.${KV_MINOR}.tar.xz"
|
|
||||||
zcat ${DISTDIR}/linux-ti-omap4_${MY_PV}.tar.gz | xz > ${DISTDIR}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz
|
|
||||||
cat ${DISTDIR}/4567_distro-Gentoo-Kconfig.patch | xz > ${DISTDIR}/patch-${PV}.xz
|
|
||||||
ln -sf ubuntu-quantal ${WORKDIR}/linux-${KV_MAJOR}.${KV_MINOR}
|
|
||||||
kernel-2_src_unpack
|
|
||||||
rm ${WORKDIR}/linux-${OKV}-omap4
|
|
||||||
mv ${WORKDIR}/ubuntu-quantal ${WORKDIR}/linux-${OKV}-omap4
|
|
||||||
unpack_set_extraversion
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
|
||||||
einfo "${HOMEPAGE}"
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
kernel-2_pkg_postrm
|
|
||||||
}
|
|
@ -1,45 +0,0 @@
|
|||||||
# Copyright 1999-2013 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.67.ebuild,v 1.1 2013/10/23 11:02:49 tomwij Exp $
|
|
||||||
|
|
||||||
EAPI="5"
|
|
||||||
|
|
||||||
inherit versionator
|
|
||||||
MY_PV_PRE="$(get_version_component_range 1-3)"
|
|
||||||
MY_PV_POST="$(get_version_component_range 4-5)"
|
|
||||||
MY_PV="${MY_PV_PRE}-${MY_PV_POST}"
|
|
||||||
|
|
||||||
ETYPE="sources"
|
|
||||||
EXTRAVERSION="-omap4-$(get_version_component_range 4-5)"
|
|
||||||
inherit kernel-2
|
|
||||||
detect_version
|
|
||||||
detect_arch
|
|
||||||
KERNEL_URI="http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-ti-omap4_${MY_PV_PRE/7/0}-${MY_PV_POST}.tar.gz -> linux-ti-omap4_${MY_PV_PRE}-${MY_PV_POST}.tar.gz"
|
|
||||||
|
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
|
||||||
HOMEPAGE="https://launchpad.net/ubuntu/+source/linux-ti-omap4"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DESCRIPTION="Full omap4 sources including some Gentoo patches for the ti omap4 ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
|
||||||
SRC_URI="${KERNEL_URI} http://sources.gentoo.org/cgi-bin/viewvc.cgi/linux-patches/genpatches-2.6/trunk/3.10.7/4567_distro-Gentoo-Kconfig.patch"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
einfo "converting linux-ti-omap4_${MY_PV}.tar.gz to linux-ti-omap4_${KV_MAJOR}.${KV_MINOR}.tar.xz"
|
|
||||||
zcat ${DISTDIR}/linux-ti-omap4_${MY_PV}.tar.gz | xz > ${DISTDIR}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz
|
|
||||||
cat ${DISTDIR}/4567_distro-Gentoo-Kconfig.patch | xz > ${DISTDIR}/patch-${PV}.xz
|
|
||||||
ln -sf ubuntu-quantal ${WORKDIR}/linux-${KV_MAJOR}.${KV_MINOR}
|
|
||||||
kernel-2_src_unpack
|
|
||||||
rm ${WORKDIR}/linux-${OKV}-omap4
|
|
||||||
mv ${WORKDIR}/ubuntu-quantal ${WORKDIR}/linux-${OKV}-omap4
|
|
||||||
unpack_set_extraversion
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
einfo "For more info on this patchset, and how to report problems, see:"
|
|
||||||
einfo "${HOMEPAGE}"
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
kernel-2_pkg_postrm
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
# ChangeLog for sys-power/undervolt
|
|
||||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
04 Sep 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
|
|
||||||
initial checkin
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
AUX functions.bash 3234 SHA256 233ec1f391dabc2def1d2838f450c6ba4a5846d2d7beb92dd5bade21b35dd15b SHA512 eaaecd2e61f7dd930f700670e6ca5f22192daf1f3dce14d4ab258ece786d4c1a8d72905f110a56e66d9c6e92f4b7fa4d7c1cae2b4c3e15ed92a740d4f54c838a WHIRLPOOL ce56576ba9f738e24c260279f363216a34879957580593470fbf711bd47ffee296032cbc2b11d323ffc6522d6c3a5359b1dab804d3118d2ce9ebc79a7e3d1092
|
|
||||||
AUX linux-phc-optimize.bash 4596 SHA256 88ee7ba18669960e1497605334ec26748f98360c7c9f6bd05dcc4a1929f2a303 SHA512 5eaffeeb12a2e3be696a8908e571fcf3266fa1987d19dc9237a262687bd03f7554a59b4e0e5aedce23d05f45c85b5a70776c8f51e61a16b6eb195bd19394c660 WHIRLPOOL 184149ce712916f28e576d4601272759ca10b27c6a5ef0f0dc1ee00d12e57c35423a454abb03117315fdc4227e9a4f84611debc8a963996d430449cc1ab5477d
|
|
||||||
AUX undervolt.confd 1054 SHA256 a0921aa0471832c4d3d538de00505a6ab93a1794c7c2df48ed027725d5faf81d SHA512 9cebc362650ed7f1db1b811900a826781ff5f8716e55a90c70910ac0d2f496fa53e130d0b3d905079f482d92cd68eac34d4fef4df34eadc0fe163ed1e0d3caf9 WHIRLPOOL e6ca8391f9604a46ed4fa1d662b44676f71065325f1b1bbbaf5e5b8338648b5e42f3d8e957f1f0c8f962ee8ec6e23113755ae87b93d1ed92decd6b7ff4788f28
|
|
||||||
AUX undervolt.initd 2808 SHA256 6fca74f1177db0ccf92889e87401ce3e10cde46e6f15b1151dd2be65b361d5ef SHA512 8ebba336e28f4866a5975f8b481392eebb8490b9537828f6e46f30d2fca7f39c5c15e00b893129bfe9d26dc4cd7949cb118db6fa3442cd10ce7f37e77b98fc84 WHIRLPOOL 720bb568a5e1ef75ca3c63636734170ce4b1dfa41bb1358dcc43f56b4221ada25fec73b9dcc3b1bdaa46262d9a9444bcb25c6c34587e797215eb27147488b198
|
|
||||||
EBUILD undervolt-1.ebuild 726 SHA256 a1a4bba1c40ef8cd9b9ed4173d131152963565eac24779acc7d53c890d5cd9f8 SHA512 fd7139777b573578d9b43c6128bb8a15b1ac677c7d9c804c6d6d41ffd7a4b700f16fc14858baefe0c9831b94225cef22c85dc461b2ddab5bbb70c2976e52be5b WHIRLPOOL 2240252274143252078bfd99522cc316764010ea59e84dd78531098225c6a5e119002ed4bd15dc26088eeab9f73568e324a6a178c804b3de9fa77d44b6a513ca
|
|
||||||
MISC ChangeLog 205 SHA256 9a8b01de948a7a9957335f893e585a2315e7fa0317827d13098d4a02ddf48a6f SHA512 58414d67b2403533d556cfc7ae40b4e1351d40c4a870f347c203d9bb56dbfc4a5e90372db526f39a0def73420c9b96b8f2ae9310fed2c9b067ed924e03982690 WHIRLPOOL 0fe640147150f7e88e7a481b045d186999cb6454bc529d66e9f4c65c4c0a2bdaf9282817eacbca34f6c438373af92bd5432986f4be6517a1784991e87f1cb655
|
|
||||||
MISC metadata.xml 1238 SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5 SHA512 d94394e853ce7bd9109322f37ab5d3526e2bbc4a59ac02d0b66e9d952d221a06ae1c38b6de5cdb142b2b09ac602a57ff03f0525efbbc7b8f33f9662ca42a5dd5 WHIRLPOOL 482453b974eaca6506c4503f49c5c55195790e9b47f19a885d551fa535445104fbb7bc93dc4f30f7faf545f619594fa04d9a8071c21eb55995fef4f7380f55b9
|
|
@ -1,165 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This file contains script functions to help modifying files.
|
|
||||||
# confirm_append Appends to the end of the file
|
|
||||||
# confirm_replace Locates a line and replaces a substring
|
|
||||||
#
|
|
||||||
# The functions are controlled through variables:
|
|
||||||
# file="/path/to/edited/file"
|
|
||||||
# pattern="installed" Will skip if pattern matches. Leave empty to disable.
|
|
||||||
#
|
|
||||||
# confirm_append:
|
|
||||||
# append="String to be appended.\n - Here's another line"
|
|
||||||
#
|
|
||||||
# confirm_replace:
|
|
||||||
# line="Line search pattern"
|
|
||||||
# search="String search pattern"
|
|
||||||
# replace="Replace matched substring with this"
|
|
||||||
|
|
||||||
# Text Colors:
|
|
||||||
esc="\033["
|
|
||||||
tc000="${esc}30m"
|
|
||||||
tcf00="${esc}31m"
|
|
||||||
tc0f0="${esc}32m"
|
|
||||||
tcff0="${esc}33m"
|
|
||||||
tc00f="${esc}34m"
|
|
||||||
tcf0f="${esc}35m"
|
|
||||||
tc0ff="${esc}36m"
|
|
||||||
tcfff="${esc}37m"
|
|
||||||
tcRst="${esc}0m"
|
|
||||||
# Background Colors:
|
|
||||||
bc000="${esc}40m"
|
|
||||||
bcf00="${esc}41m"
|
|
||||||
bc0f0="${esc}42m"
|
|
||||||
bcff0="${esc}43m"
|
|
||||||
bc00f="${esc}44m"
|
|
||||||
bcf0f="${esc}45m"
|
|
||||||
bc0ff="${esc}46m"
|
|
||||||
bcfff="${esc}47m"
|
|
||||||
|
|
||||||
|
|
||||||
check () {
|
|
||||||
s=$?
|
|
||||||
if [ "$s" = "0" ]; then
|
|
||||||
printf "$tc0f0> Success!$tcRst\n"
|
|
||||||
else
|
|
||||||
printf "$tcf00> PhaiL!!!$tcRst\n$tcff0> Smash your head on keyboard to continue.$tcRst\n"
|
|
||||||
read -n 1 -s > /dev/null
|
|
||||||
fi
|
|
||||||
return $s
|
|
||||||
}
|
|
||||||
|
|
||||||
confirm () {
|
|
||||||
loop=1
|
|
||||||
while [ "$loop" = "1" ]; do
|
|
||||||
printf "Do you want to continue? [Y/n/?] "
|
|
||||||
read -n 1 -s answer
|
|
||||||
case "$answer" in
|
|
||||||
"Y" | "y" | "" )
|
|
||||||
printf "${tc0f0}Yes$tcRst\n"
|
|
||||||
loop=0
|
|
||||||
return 0
|
|
||||||
;;
|
|
||||||
"?" )
|
|
||||||
printf "${tc00f}?$tcRst\nIt's really just a ${tc0f0}Yes$tcRst or ${tcf00}No$tcRst >:-[\n"
|
|
||||||
;;
|
|
||||||
"N" | "n" )
|
|
||||||
printf "${tcf00}No$tcRst\n"
|
|
||||||
loop=0
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
* )
|
|
||||||
printf "${tcff0}$answer$tcRst\n"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
confirm_section () {
|
|
||||||
confirm || {
|
|
||||||
printf "$tc00f> Skipping entire section.$tcRst\n"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
backup () {
|
|
||||||
printf "Creating backup ${file}~\n"
|
|
||||||
cp -a "$file" "${file}~"
|
|
||||||
check
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
||||||
file_check () {
|
|
||||||
s=0
|
|
||||||
if [[ "$create" && ! -f "$file" ]]; then
|
|
||||||
create=
|
|
||||||
printf " Create $file\n"
|
|
||||||
printf "$content" | tee "$file"
|
|
||||||
check || return $?
|
|
||||||
s=1
|
|
||||||
fi
|
|
||||||
if [[ "$owner" && "`stat -c %U:%G \"$file\"`" != "$owner" ]]; then
|
|
||||||
printf " Change ownsership of $file\n"
|
|
||||||
chown "$owner" "$file"
|
|
||||||
check || return $?
|
|
||||||
s=1
|
|
||||||
fi
|
|
||||||
if [[ "$perm" && "`stat -c %a \"$file\"`" != "$perm" ]]; then
|
|
||||||
printf " Change permissions of $file\n"
|
|
||||||
chmod "$perm" "$file"
|
|
||||||
check || return $?
|
|
||||||
s=1
|
|
||||||
fi
|
|
||||||
if [ "$s" = "0" ]; then
|
|
||||||
printf "${tc00f}> SKIPPED:$tcRst Already applied\n"
|
|
||||||
fi
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
pattern_count () {
|
|
||||||
awk "/$pattern/{n++}; END {print n+0}" "$file"
|
|
||||||
}
|
|
||||||
line_count () {
|
|
||||||
awk "/$line/{n++}; END {print n+0}" "$file"
|
|
||||||
}
|
|
||||||
|
|
||||||
pattern_confirm () {
|
|
||||||
if [ ! -f "$file" ]; then
|
|
||||||
printf "${tcff0}> WARNING:$tcRst Could not find $file\n"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
if [[ ( "$pattern" && "`pattern_count`" -gt "0" ) || ( ! "$pattern" && "`line_count`" = "0" ) ]]; then
|
|
||||||
printf "${tc00f}> SKIPPED:$tcRst Already applied\n"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
append () {
|
|
||||||
printf "Appending to $file\n"
|
|
||||||
printf "$append" | tee -a "$file" > /dev/null
|
|
||||||
check
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
||||||
replace () {
|
|
||||||
printf "Scanning $file\n"
|
|
||||||
result="`awk \"/$line/{sub(/$search/, \\\"$replace\\\")}; {print}\" \"${file}\"`"
|
|
||||||
check && {
|
|
||||||
printf "Writing $file\n"
|
|
||||||
printf "$result" | tee "$file" > /dev/null
|
|
||||||
}
|
|
||||||
check
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
||||||
confirm_append () {
|
|
||||||
pattern_confirm && confirm && append
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
||||||
confirm_replace () {
|
|
||||||
pattern_confirm && confirm && replace
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
@ -1,179 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
. /usr/share/undervolt/functions.bash || {
|
|
||||||
printf "ERROR: Could not load functions.bash\n"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# http://phc.athousandnights.de/
|
|
||||||
|
|
||||||
printf "\n I assume you have linux-phc correctly installed and working.
|
|
||||||
This script will optimize your voltages at every speed setting by
|
|
||||||
systematically lowering them while stressing the CPU.
|
|
||||||
Each voltage will be turned down until your system crashes, and the final
|
|
||||||
setting for that voltage will be 2 VIDs above that to \"ensure\" stability.
|
|
||||||
|
|
||||||
WARNING:
|
|
||||||
This script will crash your system as many times as there are VIDs to tweak.
|
|
||||||
You might destroy your hardware, break laws and/or die in vain if you continue.\n\n"
|
|
||||||
confirm || exit 0
|
|
||||||
|
|
||||||
cpufreq=/sys/devices/system/cpu/cpu0/cpufreq
|
|
||||||
phc_vids=$cpufreq/phc_vids
|
|
||||||
|
|
||||||
printf "\n\nWill use current directory to store/retrieve test results.\n"
|
|
||||||
|
|
||||||
printf "\nRead phc_default_vids:\n"
|
|
||||||
cat $cpufreq/phc_default_vids > /dev/null
|
|
||||||
check || exit 1
|
|
||||||
def_vids=`cat $cpufreq/phc_default_vids`
|
|
||||||
|
|
||||||
if [ -f phc_tweaked_vids ]; then
|
|
||||||
printf "\nLoad VIDs from 'phc_tweaked_vids'\n"
|
|
||||||
cur_vids=`cat phc_tweaked_vids`
|
|
||||||
else
|
|
||||||
printf "\nRead default VIDs.\n"
|
|
||||||
cur_vids="$def_vids"
|
|
||||||
fi
|
|
||||||
|
|
||||||
count_phc=`printf "$def_vids" | awk '{print NF}'`
|
|
||||||
count_tweak=`printf "$cur_vids" | awk '{printf NF}'`
|
|
||||||
|
|
||||||
if [ "$count_phc" != "$count_tweak" ]; then
|
|
||||||
printf "$tcf00> ERROR:$tcRst Wrong VID count!\n"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
let count_phc--
|
|
||||||
check || {
|
|
||||||
printf "$tcf00> ERROR:$tcRst Number of VIDs is zero!\n"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if [[ -f phc_tweaked_vids && -f phc_cur_pos ]]; then
|
|
||||||
printf "Load position from 'phc_cur_pos'\n"
|
|
||||||
cur_pos=`cat phc_cur_pos`
|
|
||||||
let ++cur_pos
|
|
||||||
check || exit 1
|
|
||||||
else
|
|
||||||
printf "Reset position to 0.\n"
|
|
||||||
cur_pos=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
printf "Read available frequencies.\n"
|
|
||||||
freqs=`cat $cpufreq/scaling_available_frequencies`
|
|
||||||
|
|
||||||
c=0
|
|
||||||
for i in $freqs; do
|
|
||||||
let c++
|
|
||||||
freq[c]=$i
|
|
||||||
done
|
|
||||||
if [ "$c" != "$count_tweak" ]; then
|
|
||||||
printf "$tcf00> ERROR:$tcRst Number of frequencies ($c) and VIDs ($count_tweak) do not match!\n"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
check
|
|
||||||
|
|
||||||
#printf "$cur_vids" | awk '{for (i=1; i<=NF; i++) print $i}'
|
|
||||||
c=0
|
|
||||||
for i in $cur_vids; do
|
|
||||||
let c++
|
|
||||||
vid[c]=$i
|
|
||||||
if [ "$c" -lt "$cur_pos" ]; then
|
|
||||||
vids_done="$vids_done$i "
|
|
||||||
fi
|
|
||||||
if [ "$c" = "$cur_pos" ]; then
|
|
||||||
printf "\nLast VID: $i\n"
|
|
||||||
let vid[c]+=2
|
|
||||||
if [ "${vid[$c]}" -gt "${vid[$(( $c - 1 ))]}" ]; then
|
|
||||||
printf "Replace with VID from previous position.\n"
|
|
||||||
let vid[c]=vid[c-1]
|
|
||||||
else
|
|
||||||
printf "Increase by +2\n"
|
|
||||||
fi
|
|
||||||
vid_last="${vid[c]} "
|
|
||||||
fi
|
|
||||||
if [ "$(( c - 1 ))" = "$cur_pos" ]; then
|
|
||||||
vid_next="$i"
|
|
||||||
else if [ "$c" -gt "$cur_pos" ]; then
|
|
||||||
vids_rem="$vids_rem $i"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
printf "\nDefault VIDs: $def_vids
|
|
||||||
Current VIDs: $tc0f0$vids_done$tcf00$vid_last$tcff0$vid_next$tcRst$vids_rem\n"
|
|
||||||
|
|
||||||
printf "$vids_done$vid_last$vid_next$vids_rem" > phc_tweaked_vids
|
|
||||||
printf "$cur_pos" > phc_cur_pos
|
|
||||||
|
|
||||||
if [ "$cur_pos" -gt "$count_phc" ]; then
|
|
||||||
printf "\nAll VIDs have been tweaked!
|
|
||||||
Results are in the file 'phc_tweaked_vids' - use with care.\n"
|
|
||||||
printf "\nAll done! - Have a nice day.\n"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "x$vid_last" != "x" ]; then
|
|
||||||
if [ "$vid_next" -gt "${vid[$cur_pos]}" ]; then
|
|
||||||
printf "\nNext VID higher than last - copying."
|
|
||||||
vid[$(( cur_pos + 1 ))]=${vid[$cur_pos]}
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
let ++cur_pos
|
|
||||||
|
|
||||||
printf "\nSwitch to 'userspace' scaling governor.\n"
|
|
||||||
printf "userspace" | tee $cpufreq/scaling_governor > /dev/null
|
|
||||||
check || exit 1
|
|
||||||
|
|
||||||
printf "Set frequency to ${freq[$cur_pos]}.\n"
|
|
||||||
printf "${freq[$cur_pos]}" | tee $cpufreq/scaling_setspeed > /dev/null
|
|
||||||
check || exit 1
|
|
||||||
|
|
||||||
printf "Run burnMMX.\n"
|
|
||||||
grep [b]urnMMX > /dev/null && printf "...already running.\n" || burnMMX &
|
|
||||||
printf " PID: $!\n"
|
|
||||||
|
|
||||||
recover () {
|
|
||||||
printf "\n\nRecovering CPU.\n"
|
|
||||||
printf "$vids_done$vid_last$((${vid[$cur_pos]} + 2))$vids_rem" | tee $cpufreq/phc_vids > /dev/null
|
|
||||||
printf "ondemand" | tee $cpufreq/scaling_governor > /dev/null
|
|
||||||
pkill burnMMX
|
|
||||||
printf "\nRun this script again to continue the optimization.\n"
|
|
||||||
}
|
|
||||||
|
|
||||||
printf "\n-----\nStart testing.\n"
|
|
||||||
confirm || {
|
|
||||||
recover
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
while [[ 1 ]]; do
|
|
||||||
let vid[cur_pos]--
|
|
||||||
printf "\nDefault VIDs: $def_vids
|
|
||||||
Current VIDs: $tc0f0$vids_done$tc0f0$vid_last$tcf00${vid[$cur_pos]}$tcRst$vids_rem
|
|
||||||
Testing VID: ${vid[$cur_pos]} ($(( ${vid[$cur_pos]} * 16 + 700)) mV)\n"
|
|
||||||
|
|
||||||
printf "$vids_done$vid_last${vid[$cur_pos]}$vids_rem" > phc_tweaked_vids
|
|
||||||
sync
|
|
||||||
|
|
||||||
if [ "${vid[$cur_pos]}" -lt "0" ]; then
|
|
||||||
printf "\n\nThe lowest acceptable VID is 0."
|
|
||||||
recover
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
printf "$vids_done$vid_last${vid[$cur_pos]}$vids_rem" | tee $cpufreq/phc_vids > /dev/null
|
|
||||||
|
|
||||||
c=0
|
|
||||||
while [ "$c" -lt "30" ]; do
|
|
||||||
ps aux | grep [b]urnMMX > /dev/null || {
|
|
||||||
printf "\nburnMMX crashed!"
|
|
||||||
recover
|
|
||||||
exit 0
|
|
||||||
}
|
|
||||||
printf "."
|
|
||||||
sleep 0.5
|
|
||||||
let c++
|
|
||||||
done
|
|
||||||
done
|
|
@ -1,22 +0,0 @@
|
|||||||
# Path to the voltage table sysfs interface file
|
|
||||||
# The init script will detect which one of the 2 below file exists and use the correspond table
|
|
||||||
VTABLE_PATH_0_2_X="/sys/devices/system/cpu/cpu0/cpufreq/op_points_table"
|
|
||||||
VTABLE_PATH_0_3_X="/sys/devices/system/cpu/cpu0/cpufreq/phc_controls"
|
|
||||||
|
|
||||||
# Switch back to DEFAULT_VTABLE if undervoltage is stopped? [yes/no]
|
|
||||||
SWITCH_BACK="no"
|
|
||||||
|
|
||||||
# Default voltages that will be restored at shutdown if SWITCH_BACK=yes
|
|
||||||
# Linux PHC 0.2.x uses a table of Frequency:Voltage pairs
|
|
||||||
# Linux PHC 0.3.x uses a table of FID:VID pairs
|
|
||||||
#DEFAULT_VTABLE_0_2_X="798000:988,1064000:1116,1330000:1244,1596000:1356"
|
|
||||||
#DEFAULT_VTABLE_0_3_X="12:16 10:10 8:4 6:0"
|
|
||||||
|
|
||||||
# Custom voltages that will be applied at boot time
|
|
||||||
#CUSTOM_VTABLE_0_2_X="600000:700,800000:764,1000000:860,12000000:956"
|
|
||||||
#CUSTOM_VTABLE_0_3_X="12:16 10:10 8:4 6:0"
|
|
||||||
|
|
||||||
# Set the following to "yes" when the all the settings are configured
|
|
||||||
# This is a safety to disable setting the voltages with the default
|
|
||||||
# values of this file that are probably wrong for your CPU
|
|
||||||
IS_CONFIGURED="no"
|
|
@ -1,113 +0,0 @@
|
|||||||
#!/sbin/runscript
|
|
||||||
# Copyright 1999-2005 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
CUSTOM_VTABLE=" "
|
|
||||||
DEFAULT_VTABLE=" "
|
|
||||||
VTABLE_PATH=" "
|
|
||||||
|
|
||||||
depend()
|
|
||||||
{
|
|
||||||
need localmount
|
|
||||||
need logger
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
do_error()
|
|
||||||
{
|
|
||||||
# Display an error
|
|
||||||
# $1: Error message
|
|
||||||
|
|
||||||
eerror $1
|
|
||||||
eerror "see http://gentoo-wiki.com/HOWTO_Undervolt_a_Pentium_M_CPU for further information"
|
|
||||||
eend 1
|
|
||||||
}
|
|
||||||
|
|
||||||
sysfs_check()
|
|
||||||
{
|
|
||||||
# Check that the sysfs interface exists
|
|
||||||
|
|
||||||
if [ -e ${VTABLE_PATH_0_3_X} ]; then
|
|
||||||
VTABLE_PATH="${VTABLE_PATH_0_3_X}"
|
|
||||||
CUSTOM_VTABLE="${CUSTOM_VTABLE_0_3_X}"
|
|
||||||
DEFAULT_VTABLE="${DEFAULT_VTABLE_0_3_X}"
|
|
||||||
return 0
|
|
||||||
else
|
|
||||||
if [ -e ${VTABLE_PATH_0_2_X} ]; then
|
|
||||||
VTABLE_PATH="${VTABLE_PATH_0_2_X}"
|
|
||||||
CUSTOM_VTABLE="${CUSTOM_VTABLE_0_2_X}"
|
|
||||||
DEFAULT_VTABLE="${DEFAULT_VTABLE_0_2_X}"
|
|
||||||
return 0
|
|
||||||
else
|
|
||||||
logger "Undervolt: SysFs table not found. Can't modify CPU voltages."
|
|
||||||
eerror "SysFs voltage_table not found. Can't modify CPU voltage table."
|
|
||||||
eerror "It seems that the undervolting patch has not been applied to the kernel"
|
|
||||||
do_error "or that the file /etc/conf.d/undervolt is not correctly configured."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
einfo_tables()
|
|
||||||
{
|
|
||||||
# display current table and a custom table
|
|
||||||
# $1 : custom table to display
|
|
||||||
|
|
||||||
# Display the voltage table currently used by the CPU
|
|
||||||
einfo "Current table: "`cat ${VTABLE_PATH} `
|
|
||||||
|
|
||||||
# Display the custom voltage table
|
|
||||||
einfo "Configured table: ${1}"
|
|
||||||
}
|
|
||||||
|
|
||||||
set_custom_table()
|
|
||||||
{
|
|
||||||
# Set a custom table through the sysfs interface
|
|
||||||
# $1 : custom table to set
|
|
||||||
|
|
||||||
# Display current table and custom table that will be set
|
|
||||||
einfo_tables "${1}"
|
|
||||||
|
|
||||||
# Write the custom voltage to the SysFS interface and display the
|
|
||||||
# new voltage table that is now used by the CPU if there is no error
|
|
||||||
echo "${1}" > ${VTABLE_PATH} && \
|
|
||||||
einfo "Applied table: "`cat ${VTABLE_PATH}`
|
|
||||||
|
|
||||||
return $?
|
|
||||||
}
|
|
||||||
|
|
||||||
start()
|
|
||||||
{
|
|
||||||
ebegin "Changing CPU voltages table"
|
|
||||||
|
|
||||||
if [ "$IS_CONFIGURED" = "yes" ]; then
|
|
||||||
sysfs_check || return 1
|
|
||||||
|
|
||||||
set_custom_table "${CUSTOM_VTABLE}"
|
|
||||||
eend $?
|
|
||||||
else
|
|
||||||
do_error "Custom voltage table is not configured. Check the file /etc/conf.d/undervolt"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# I think it is not necessary to switch to the default voltage table on shutdown
|
|
||||||
# But this init script provides that feature in case you don't agree.
|
|
||||||
stop()
|
|
||||||
{
|
|
||||||
if [ "$SWITCH_BACK" = "yes" ]; then
|
|
||||||
if [ "$IS_CONFIGURED" = "yes" ]; then
|
|
||||||
ebegin "Switching back to default CPU voltage table"
|
|
||||||
|
|
||||||
sysfs_check || return 1
|
|
||||||
|
|
||||||
set_custom_table "${DEFAULT_VTABLE}"
|
|
||||||
eend $?
|
|
||||||
else
|
|
||||||
do_error "Default voltage table is not configured. Check the file /etc/conf.d/undervolt"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
ebegin "Not switching back to default CPU voltage table (disabled in configuration)"
|
|
||||||
eend 0
|
|
||||||
fi
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<!--
|
|
||||||
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
|
||||||
|
|
||||||
This is the example metadata file.
|
|
||||||
The root element of this file is <pkgmetadata>. Within this element a
|
|
||||||
number of subelements are allowed: herd, maintainer, and
|
|
||||||
longdescription. herd is a required subelement.
|
|
||||||
|
|
||||||
For a full description look at:
|
|
||||||
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
|
||||||
|
|
||||||
|
|
||||||
Before committing, please remove the comments from this file. They are
|
|
||||||
not relevant for general metadata.xml files.
|
|
||||||
-->
|
|
||||||
<pkgmetadata>
|
|
||||||
<herd>no-herd</herd>
|
|
||||||
<maintainer>
|
|
||||||
<email>@gentoo.org</email>
|
|
||||||
<!-- <description>Description of the maintainership</description> -->
|
|
||||||
</maintainer>
|
|
||||||
<!-- <longdescription>Long description of the package</longdescription> -->
|
|
||||||
<!--
|
|
||||||
<use>
|
|
||||||
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
|
||||||
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
|
||||||
package</flag>
|
|
||||||
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
|
||||||
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
|
||||||
</use>
|
|
||||||
-->
|
|
||||||
</pkgmetadata>
|
|
@ -1,29 +0,0 @@
|
|||||||
# Copyright 1999-2009 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI="2"
|
|
||||||
|
|
||||||
inherit eutils
|
|
||||||
|
|
||||||
DESCRIPTION="A collection of undervolt scripts"
|
|
||||||
HOMEPAGE="http://www.linux-phc.org/forum/viewtopic.php?f=19&t=44 http://www.s3pp.de/misc/linux-phc-optimize.bash"
|
|
||||||
# SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="app-benchmarks/cpuburn"
|
|
||||||
|
|
||||||
src_compile() { :; }
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
newinitd ${FILESDIR}/undervolt.initd undervolt
|
|
||||||
newconfd ${FILESDIR}/undervolt.confd undervolt
|
|
||||||
insinto /usr/share/undervolt
|
|
||||||
doins ${FILESDIR}/functions.bash
|
|
||||||
newbin ${FILESDIR}/linux-phc-optimize.bash undervolt-optimize
|
|
||||||
}
|
|
@ -1,15 +1,15 @@
|
|||||||
AUX prozilla-2.0.4-Oopt-document-1.patch 1601 SHA256 853950557e95290dc90b57f24d80738ab519c1d761368eeed00b149dd2045b81 SHA512 0848b411c2ded37176bde60a82f6406b1c1a4a94908d304bbaf4cd87643f7aa1f50625f8ddda8199c78cd99a736dd6f5d151ac0a5ec4d982348eceb569353e57 WHIRLPOOL 15fa7d700ae9a7c2c6a64d8a4d772af368005ffdf14c29430b6230fd908241d9a2e260750dc015f218c077b2533b9cbc5797ef3d38d6553f53c941f63fe04b06
|
AUX prozilla-2.0.4-Oopt-document-1.patch 1601 BLAKE2B 5e147e3f101f4aaf046d4360ac4f6e92a5a38c455c325d2d6b2baa92a4172ab7bf5688025029372bf9fbd1d6c0000d8c83c77be0992c12dd5b8d9272b48adb75 SHA512 0848b411c2ded37176bde60a82f6406b1c1a4a94908d304bbaf4cd87643f7aa1f50625f8ddda8199c78cd99a736dd6f5d151ac0a5ec4d982348eceb569353e57
|
||||||
AUX prozilla-2.0.4-home_dir-1.patch 862 SHA256 abafb6fe778e695683bd9d0c0256b26730323d804b8513746044a868b785dd79 SHA512 d355746a5a42b230f5b0cb309411114f5742fce5f138a0bd50bb3fa46bba0fec20ea9699d228c84c028b46e98f2779a9347d0a3f2a72f28bee09bf513471fd36 WHIRLPOOL c54fcaacd404be71bd48bc3fb0fff2991e9cdf30398195c448353b7ab738a2589c537760bde0e96d179e45554bf32ed515d62fe42fa15534757c16540495ce73
|
AUX prozilla-2.0.4-home_dir-1.patch 862 BLAKE2B d0ea3c9c8aef0a16080a36f181ea324d7b997dfa5dad66fba68813ad901fb5cbe495ed226ebd7ceac7757a03d1aa92934ab141f9d51e3d2c811c8576190d9367 SHA512 d355746a5a42b230f5b0cb309411114f5742fce5f138a0bd50bb3fa46bba0fec20ea9699d228c84c028b46e98f2779a9347d0a3f2a72f28bee09bf513471fd36
|
||||||
AUX prozilla-Oopt.patch 951 SHA256 bb488632f544cd4a0d3844296950db88b375e1172083208f56e7c211e0f68d87 SHA512 393ea61bae10acc9880741006c2af981092eeafa80f25f50c180698664270706a4f52c5df8308ec7819da39194e7f8245395f46f45d9f01d41c6a1bcc067f00f WHIRLPOOL 43a8f60f933449623e5374583d45f6d245e0ffd0f4ab63cb299b0e71997ec7346d996d785567b70e155baa67109b5048a4536f6ce375774a8de64b92515c69ef
|
AUX prozilla-Oopt.patch 951 BLAKE2B f6106db4597dd2a994c3302d33735becab9822be64653b30f7da3a03148fd33b10bb6f84bc6e427d43f56575e8bc9c24de6c5a93864c369d1c81383f0ae956ce SHA512 393ea61bae10acc9880741006c2af981092eeafa80f25f50c180698664270706a4f52c5df8308ec7819da39194e7f8245395f46f45d9f01d41c6a1bcc067f00f
|
||||||
AUX prozilla-ac_fixes.patch 501 SHA256 f2a8d94765cfa9d0ca1b31490619b8face8f1be44dc230ff5e9e0543acdaf4f1 SHA512 58fed3f1777ddf42c57700d9b6c2acda6a0362e8a866ad899d77fb1fbfcd35c60aa110148241f932405a5c0be290bfc819483a1d0e10ccc0b7a3a5b18442c46a WHIRLPOOL e576f72f8596305dcb9b57f37aba0b58499290d780a50751380b8fabf33f59327eb1370b90c16dd9c460cae7516b59f1b7fe0e7874a6494b67f92cef6d378816
|
AUX prozilla-ac_fixes.patch 501 BLAKE2B bbf8a25cbd3564e6ba94d5b9af140385f48715a6dc9e3ade20b3b7a3bd73bf164d9e6131839411d1b850c2ec8316dbfc5abd0ca5d06bd2fe8aace38fc0ecd7f9 SHA512 58fed3f1777ddf42c57700d9b6c2acda6a0362e8a866ad899d77fb1fbfcd35c60aa110148241f932405a5c0be290bfc819483a1d0e10ccc0b7a3a5b18442c46a
|
||||||
AUX prozilla-gcc4.patch 2772 SHA256 5f25e92eee8200ed009cf57fb868935cf865360cc726d4df3c6796b03a14b7ef SHA512 1e559c41eb5138906f7b75f529cb09d5ce0f82adbace8a2bc1c18e8d10ca8f9f7140ae4c8da0327d59cfb8ebcac21bb30fe951758bf7e6e88605f6a5a5bdd4a2 WHIRLPOOL 802cd891618fd2e1b0e144c357fc6939e06c173ea47a27b3138a95ec9a4b576c226f8aa39d7a58a6a45fda84c6465718bdc09259ec231752706386d9654f5b35
|
AUX prozilla-gcc4.patch 2772 BLAKE2B c8159e0855b4c13e0bae3c87ea1f70df154492123d401c0746eed7098ad805dba59b90bc1c60f37898028e2bc31ac432dfad8738a4475daf1fdaa1e2129d60ba SHA512 1e559c41eb5138906f7b75f529cb09d5ce0f82adbace8a2bc1c18e8d10ca8f9f7140ae4c8da0327d59cfb8ebcac21bb30fe951758bf7e6e88605f6a5a5bdd4a2
|
||||||
AUX prozilla-man.patch 769 SHA256 150fb89d49399de6dcfeb0e76fe6532c1502218fd79ad15a1b81031c193dbf5d SHA512 92b557682013f9b154c07e38bc030174306b57b9f9b6740e1300d8742cbed2381307a951cf01ebdd0452e61746cf29ce138a771b771d1caf0c86752aff346d6b WHIRLPOOL 33f23972cadb7e20d436fd596c9bd0c8ef82ce5252112d5e63f0bf92013837e53a3df16e5f4ca2094030f5f4f0c81475586f58390292a76f53b9706dcf019cb2
|
AUX prozilla-man.patch 769 BLAKE2B 04a73f1eb8cbee5069615bc5f462fac013eb932ba81e02459bfe42e02327eaddb7aeb384471f058b2e2b5020e0fb257909cec51ef4ecd120f2a3b7f35e5b3f3c SHA512 92b557682013f9b154c07e38bc030174306b57b9f9b6740e1300d8742cbed2381307a951cf01ebdd0452e61746cf29ce138a771b771d1caf0c86752aff346d6b
|
||||||
AUX prozilla-no_memleak.patch 966 SHA256 180b136d2118fe0e91d9dad5a96ed711def414da917e7305488fcefbf2101857 SHA512 cae995e22fc5ddaab62fe20357e418dc2fbcd9b782d678e321393c7c64dbcbb9f476ec2b26b3c12bdbef00456cf0ea4573b0ea9e47379e4e50c9bddeca5532fd WHIRLPOOL 533dbca781f37dfbc07da52d04a149e0a4c3df85b5e5658ca18e4b5c6b3f0558a1705f25b177741e0dc6d0e4fc359d7e4eec1fa7d18b85354ed49f7872d35e00
|
AUX prozilla-no_memleak.patch 966 BLAKE2B e6f03555abf1740d1c4375542a6c034ca1223c5a0c8e755a84795fa1e5b4cb8826b67077be73ff032451221f5742c43ab28a5c9ed50e62c74a4f4fdf93f4ea1a SHA512 cae995e22fc5ddaab62fe20357e418dc2fbcd9b782d678e321393c7c64dbcbb9f476ec2b26b3c12bdbef00456cf0ea4573b0ea9e47379e4e50c9bddeca5532fd
|
||||||
AUX prozilla-opt.patch 1228 SHA256 66cde409c8a501c2ed0ba44d12a8fe38d5866860732711188444f4ff31babb9f SHA512 29f8d6b49f80c9537c8ff10d23e7d0054c03c8f8def4ffa718270bbf96fa8b5b42e47093f2c9d3fc283cbe73555e4277d668a6c566d0807ea296711c183874f4 WHIRLPOOL 34f355f3821946b229c2bd96cb52f11244af8b6a10e7e5df90338d14422d7ae9e2fc1a477384f71b7babc39b55926c12de05c24a67b551f641452745bfa1432a
|
AUX prozilla-opt.patch 1228 BLAKE2B 06964b83ad832200828ac7e467651005d9913550d8b225855c4c157ab2d05e75b8a68009c6182521abca5566578edc4f5aed9ac7264a9116ed38816bcd14788b SHA512 29f8d6b49f80c9537c8ff10d23e7d0054c03c8f8def4ffa718270bbf96fa8b5b42e47093f2c9d3fc283cbe73555e4277d668a6c566d0807ea296711c183874f4
|
||||||
AUX prozrc.sample 2752 SHA256 2e2eb6ce637be0a1af854e9b327e6d5816855ece3a2ac02ba9d3e50cfcc88432 SHA512 d92996be835e7dcb0348679396ce056b74df2451fced8e61797b42b7e770539f56a1a05d8671a96150cab932ee69f6298bb6c21c0d6ba775b68337dc4751bab6 WHIRLPOOL 95395e61099dc723a67fd01b5676bfdb2149b4c037666bff723e524c970734d5a969b408fd156e5a0201a281b0568d56e50a1412de758f6113f9fd6439b2989c
|
AUX prozrc.sample 2752 BLAKE2B 2de22c484313c7028f5a2d734e5604f29bba2ebd68a4aa7fc0513cd989d694de95199f063eebf87a653edba255994b61bdf5ad2fe13d3048276575eb2eafd162 SHA512 d92996be835e7dcb0348679396ce056b74df2451fced8e61797b42b7e770539f56a1a05d8671a96150cab932ee69f6298bb6c21c0d6ba775b68337dc4751bab6
|
||||||
DIST prozilla-2.0.4.tar.bz2 745429 SHA256 0fda675f6032543a73a4cd0dec02fd16b35708694f5dbae235354751e00616ac SHA512 0f56c262b264eb95a343aae26341326a30154aeaf5abbd1be59c326a7f2ce044de4061e54acf6c4ff10e833af6917a01ef5a7f860a528cda808e44abe89191f9 WHIRLPOOL 78e49028f7b0ab2c06b3a3c05a3c74967ac7e3ae32d70998f99b9601ee9c3cc28f23e559d2c954f344c0269e0e983a21b086fd5937d7ca8db4ea036e0d380717
|
DIST prozilla-2.0.4.tar.bz2 745429 BLAKE2B e49c6fc9ad1916335187de05d4ca7724d51b6a11c14da049e06f268d3ff0b63206961e6550b1eedee8d6d024b6bd836b9df7fbceaf4a78b21336b68d8a63fae3 SHA512 0f56c262b264eb95a343aae26341326a30154aeaf5abbd1be59c326a7f2ce044de4061e54acf6c4ff10e833af6917a01ef5a7f860a528cda808e44abe89191f9
|
||||||
DIST prozilla-2.0.5.tar.bz2 816272 SHA256 b3028e349beac77a9dae6971cd0b712af4a8c2464c95e2717e1ee792ccc94c06 SHA512 56e51e15bf5accc9d12d07bc40f3dfee3ed5e4b0c48f8c352fc192d6c673ed0d4e8ce06c5a1c1f998e193e00063486f818597f3b945d21226e336711890fe421 WHIRLPOOL afdb21a1482385630deabdc35ffa763cc690e8ded519c931477f977f730b2988f2c243885324b6e6f36f5d99ada5c7e60b4f5c4756c88a2ace67251d0c4b7c8d
|
DIST prozilla-2.0.5.tar.bz2 816272 BLAKE2B d2bdde238217f33a45403bcdcd74d24e8572356191a65e6ab0ae33f0d268e614e84c1b34868707b5f805e3e7d956eadda5d74557f11b2a3e7fb0238c142b89d3 SHA512 56e51e15bf5accc9d12d07bc40f3dfee3ed5e4b0c48f8c352fc192d6c673ed0d4e8ce06c5a1c1f998e193e00063486f818597f3b945d21226e336711890fe421
|
||||||
EBUILD prozilla-2.0.4.ebuild 1410 SHA256 53620fc01cdc539a296595346cfba0b3af3c04e56050fd49c60c5a558abb6ed8 SHA512 25b4908a9f7aea2e0af816d8710f32b61f4a81765b791f7ddc0eccaa98a654685b9828ab18b7fa96a47ed4fc0b47f4cb2a8924eeb02fadb00a48ace555ffb6e5 WHIRLPOOL 3f5e06d45be04e262fda32b240bc051d0a4c8e0b802a32abb3da3c34b4ff3190ab88d81f95c27034450febef70ed7da3db43948dd8100dd81cac048b86ef17f2
|
EBUILD prozilla-2.0.4.ebuild 1410 BLAKE2B 6e3685c7b9bf211b6f13d22cf57e4dcb31cef5ec66018822623b27267ec6ddb1c2bda6bbde0b4eed0301876514c1c2b5a6e98c31fbbbac7caeb96cc803f626d8 SHA512 6b44989e0b597a7961ecbe478c59b1be4055ff4a6cbd5c972fbeb264e43d8ea06a84d6d27cafa45614793ffaca4eac344e7d7efe1d1a4abc1d77861027b99964
|
||||||
EBUILD prozilla-2.0.5.ebuild 953 SHA256 a547d14fb084940e357c1798bb6cac2fa8a3377efab3788918341c7ea7978089 SHA512 564b9ec331655a22cdf3bc8f398aa9e83f4567da125638c544f489d4dd9c2c70477bf89f367a3b8ec470e1269815e342c3c0295719fee5251e32087694b197e8 WHIRLPOOL bcd20994758757619d188a0ff7d7b1b31f30f22742a37395b5c4def2bb4699686fb66d3363cf91b9986d323b0c6b2111045a134a2988f7f5b03f7161287f4e7c
|
EBUILD prozilla-2.0.5.ebuild 953 BLAKE2B 52198e737d6c0d9816b2ad318c32bdeef49e278fa59fbb963e472fd402da010fa3740e2c248e5e9fa85bddc830c94e6157c707d629a0b6e0c8e9b5a0a62fbfb8 SHA512 6b8e8868a7b7538841049978b57bdc91eb2cab04e7c913d9fefe49b365360e976d0ae757046ead31e558660a6317024a70b24fb3f8757c9332d6f89345ed9a35
|
||||||
MISC ChangeLog 1392 SHA256 a25f642508970b65a69eadcbf3bc98fc64fb73be270c3b787069538005244729 SHA512 20fc054f3353c2e4659edb74c948c692857c93e1b176afa168a76a8a7b5936ac0b43d8b890ea8f4aa354572a2c19a982934ab25de8c19e8b7eecc08340fdb1ed WHIRLPOOL 1697ea0e16149cc961b3574492039ce89a96f49b45e7118341989df33f44126d42675064b678653d62b9d765a90173a0fd5d784c3be196559b725e2a958372b2
|
MISC ChangeLog 1392 BLAKE2B 65b44d939057765e57174b63fdb1e3da2f97ad10e81382a26093f9845728078ed916ad1f6d4d7f9c1c91dabb9a7b02c544217ab3599f7c508c5369d8c3e2936a SHA512 20fc054f3353c2e4659edb74c948c692857c93e1b176afa168a76a8a7b5936ac0b43d8b890ea8f4aa354572a2c19a982934ab25de8c19e8b7eecc08340fdb1ed
|
||||||
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e
|
MISC metadata.xml 170 BLAKE2B 1b236c49b276e2bc8da897c38748335f397b59a71dc8a7133b7098a468517e4b4a4233849ca69255cf9b32c2083ea8c850b25c0e0d96501f6d240f06e9cca2a7 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="5"
|
||||||
|
|
||||||
inherit eutils autotools
|
inherit eutils autotools
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="5"
|
||||||
|
|
||||||
inherit eutils autotools
|
inherit eutils autotools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user