mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Remove masked for removal packages
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST AutoScaling-1.0.49.1.zip 12387808 BLAKE2B 7f43b3544b05f1adc196c28b7c2fc5c26ea84cb3d3bd7cf098d8413b98aac5d2908177ee5567aad6dbea96d1abbf60794c4450423de768c280a33cb4efdbbd1e SHA512 aefc4dfc970757062ca972c5d532485c9e28ceb771b6fa0a4fb2fe25460bd67e3023bcefde57f9852340b6015e7ab2771c49beb0826e1394710ea7eea94948ed
|
||||
@@ -1,63 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The API tools serve as the client interface to the Auto Scaling web service"
|
||||
HOMEPAGE="http://aws.amazon.com/developertools/2535"
|
||||
# SRC_URI="http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip"
|
||||
SRC_URI="mirror://sabayon/app-admin/AutoScaling-1.0.49.1.zip"
|
||||
|
||||
LICENSE="Amazon"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}/AutoScaling-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
find . -name '*.cmd' -delete || die
|
||||
rm bin/{as-cmd,service}-2009-05-15 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}/lib
|
||||
doins -r lib/.
|
||||
|
||||
exeinto /opt/${PN}/bin
|
||||
doexe bin/*
|
||||
|
||||
cat > "${T}"/99${PN} <<- EOF || die
|
||||
AWS_AUTO_SCALING_HOME=/opt/${PN}
|
||||
PATH=/opt/${PN}/bin
|
||||
ROOTPATH=/opt/${PN}/bin
|
||||
EOF
|
||||
doenvd "${T}"/99${PN}
|
||||
|
||||
dodoc "THIRDPARTYLICENSE.TXT"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "Remember to run: env-update && source /etc/profile if you plan"
|
||||
ewarn "to use these tools in a shell before logging out (or restarting"
|
||||
ewarn "your login manager)"
|
||||
|
||||
elog
|
||||
elog "You need to put the following in your ~/.bashrc replacing the"
|
||||
elog "values with the full path to your AWS credentials file."
|
||||
elog
|
||||
elog " export AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file"
|
||||
elog
|
||||
elog "It should contains two lines: the first line lists the AWS Account's"
|
||||
elog "AWS Access Key ID, and the second line lists the AWS Account's"
|
||||
elog "Secret Access Key. For example:"
|
||||
elog
|
||||
elog " AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE"
|
||||
elog " AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sergey.zhuga@gmail.com</email>
|
||||
<name>Sergey Zhuga</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST CloudWatch-1.0.12.1.zip 6156651 BLAKE2B 140dc28fa44423824f180f34ab05918068e941f31de3081c0ee7ae462ee8d63f26c4fdc838a9e677638a34609a215f52b83572980e488d34557d39d610c434e7 SHA512 881a428a2861b86196a691f24a3471058426f049170d16f067d7cc319712beb161c80041e9ae89339d5298ffbf2869c04509fbe4620cd60cc74658c8d3ab11ec
|
||||
@@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The API tools serve as the client interface to the Amazon CloudWatch web service"
|
||||
HOMEPAGE="http://aws.amazon.com/developertools/2534"
|
||||
# SRC_URI="http://ec2-downloads.s3.amazonaws.com/CloudWatch-2010-08-01.zip"
|
||||
SRC_URI="mirror://sabayon/${CATEGORY}/CloudWatch-${PV}.zip"
|
||||
|
||||
LICENSE="Amazon"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}/CloudWatch-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
find . -name '*.cmd' -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}/lib
|
||||
doins -r lib/.
|
||||
|
||||
exeinto /opt/${PN}/bin
|
||||
doexe bin/*
|
||||
|
||||
dodir /etc/env.d
|
||||
cat - > "${T}"/99${PN} <<- EOF || die
|
||||
AWS_CLOUDWATCH_HOME=/opt/${PN}
|
||||
PATH=/opt/${PN}/bin
|
||||
ROOTPATH=/opt/${PN}/bin
|
||||
EOF
|
||||
doenvd "${T}"/99${PN}
|
||||
|
||||
dodoc "THIRDPARTYLICENSE.TXT"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "Remember to run: env-update && source /etc/profile if you plan"
|
||||
ewarn "to use these tools in a shell before logging out (or restarting"
|
||||
ewarn "your login manager)"
|
||||
|
||||
elog
|
||||
elog "You need to put the following in your ~/.bashrc replacing the"
|
||||
elog "values with the full path to your AWS credentials file."
|
||||
elog
|
||||
elog " export AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file"
|
||||
elog
|
||||
elog "It should contains two lines: the first line lists the AWS Account's"
|
||||
elog "AWS Access Key ID, and the second line lists the AWS Account's"
|
||||
elog "Secret Access Key. For example:"
|
||||
elog
|
||||
elog " AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE"
|
||||
elog " AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sergey.zhuga@gmail.com</email>
|
||||
<name>Sergey Zhuga</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST IAMCli-1.3.0.zip 3957057 BLAKE2B b2e429c2fb3169e23d6e6fc4c4b33594f2814bf976d1c584551008561b71977a3ee4abafd50bd3e52592e918624da01b83527557d2079772d083fbe96ee52eb5 SHA512 5012ece2d0569545848d83cf879b4d05f7f955f22bbc31b86f3993e4f5ee48de3099369fddf7f2b2d98f89e56c8c329e427a1f7dca0afa728ea9593c1b36497c
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The Command Line Interface for the AWS Identity and Access Management Service"
|
||||
HOMEPAGE="http://aws.amazon.com/developertools/AWS-Identity-and-Access-Management/4143"
|
||||
SRC_URI="mirror://sabayon/${CATEGORY}/IAMCli-${PV}.zip"
|
||||
|
||||
LICENSE="Amazon"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}/IAMCli-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
find . -name '*.cmd' -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}/lib
|
||||
doins -r lib/.
|
||||
|
||||
exeinto /opt/${PN}/bin
|
||||
doexe bin/*
|
||||
|
||||
cat > "${T}"/99${PN} <<- EOF || die
|
||||
AWS_IAM_HOME=/opt/${PN}
|
||||
PATH=/opt/${PN}/bin
|
||||
ROOTPATH=/opt/${PN}/bin
|
||||
EOF
|
||||
doenvd "${T}"/99${PN}
|
||||
|
||||
dodoc LICENSE.txt
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "Remember to run: env-update && source /etc/profile if you plan"
|
||||
ewarn "to use these tools in a shell before logging out (or restarting"
|
||||
ewarn "your login manager)"
|
||||
|
||||
elog
|
||||
elog "You need to put the following in your ~/.bashrc replacing the"
|
||||
elog "values with the full path to your AWS credentials file."
|
||||
elog
|
||||
elog " export AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file"
|
||||
elog
|
||||
elog "It should contains two lines: the first line lists the AWS Account's"
|
||||
elog "AWS Access Key ID, and the second line lists the AWS Account's"
|
||||
elog "Secret Access Key. For example:"
|
||||
elog
|
||||
elog " AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE"
|
||||
elog " AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sergey.zhuga@gmail.com</email>
|
||||
<name>Sergey Zhuga</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST RDSCli-1.6.001.zip 6291974 BLAKE2B bdb7f9bce07e920b144cce15e6b05f9d98aeab4cbb33c181914d8584c5e24f70ef486e3d2b677e166ad9f936a2d15758ba55cc26f7fc129ed907989c2d3424a8 SHA512 29eb31064cc9b067bdc625e9777dd1cc77bdbd01a167c91c396d52f89fd9617496e2383fe343a17abb0d8029e47eb87f8ae7e60c0dd5a89cee485dbe45a05963
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The Command Line Toolkit for the Amazon Relational Database Service"
|
||||
HOMEPAGE="http://aws.amazon.com/developertools/2928"
|
||||
SRC_URI="mirror://sabayon/${CATEGORY}/RDSCli-${PV}.zip"
|
||||
|
||||
LICENSE="Amazon"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}/RDSCli-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
find . -name '*.cmd' -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/${PN}/lib
|
||||
doins -r lib/.
|
||||
|
||||
exeinto /opt/${PN}/bin
|
||||
doexe bin/*
|
||||
|
||||
cat > "${T}"/99${PN} <<- EOF || die
|
||||
AWS_RDS_HOME=/opt/${PN}
|
||||
PATH=/opt/${PN}/bin
|
||||
ROOTPATH=/opt/${PN}/bin
|
||||
EOF
|
||||
doenvd "${T}"/99${PN}
|
||||
|
||||
dodoc THIRDPARTYLICENSE.TXT
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "Remember to run: env-update && source /etc/profile if you plan"
|
||||
ewarn "to use these tools in a shell before logging out (or restarting"
|
||||
ewarn "your login manager)"
|
||||
|
||||
elog
|
||||
elog "You need to put the following in your ~/.bashrc replacing the"
|
||||
elog "values with the full path to your AWS credentials file."
|
||||
elog
|
||||
elog " export AWS_CREDENTIAL_FILE=/path/and_filename_of_credential_file"
|
||||
elog
|
||||
elog "It should contains two lines: the first line lists the AWS Account's"
|
||||
elog "AWS Access Key ID, and the second line lists the AWS Account's"
|
||||
elog "Secret Access Key. For example:"
|
||||
elog
|
||||
elog " AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE"
|
||||
elog " AWSSecretKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sergey.zhuga@gmail.com</email>
|
||||
<name>Sergey Zhuga</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST jinit-0.1.12.tar.gz 110745 BLAKE2B 411f02a45726b20045de7ce6e40627c0652ae778631e3bb1de37182839b316efaccb84b4270a3dc15258d3eb479ff3fcc1a99cd7f313a615d06326154c61cd78 SHA512 3428ba2c9bc57f6a1e30d75b9c2b86f597753fdb29e5c748986a3bf90b8189f35b88591dffb8f861b728e7ce08e78c6c5f1780147bfdb5b6a1d5f2128d34db5d
|
||||
@@ -1,10 +0,0 @@
|
||||
--- org/jinit-0.1.12/init_ipc/User.hh 2003-04-29 23:35:53.000000000 +0200
|
||||
+++ jinit-0.1.12/init_ipc/User.hh 2009-01-04 11:19:16.000000000 +0100
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <err.h>
|
||||
+#include <cstdlib>
|
||||
|
||||
#include "init_ipc/sysvq.hh"
|
||||
#include "need/error.hh"
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="An alternative to sysvinit which supports the need(8) concept"
|
||||
HOMEPAGE="http://john.fremlin.de/programs/linux/jinit/"
|
||||
SRC_URI="http://john.fremlin.de/programs/linux/jinit/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
epatch "${FILESDIR}"/${P}-gcc43.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "failed emake install"
|
||||
emake prefix="${D}"/usr/share/doc/${PF}/example-setup install-initscripts \
|
||||
|| die "failed installing example setup"
|
||||
mv "${D}"/usr/sbin "${D}"/ || die
|
||||
mv "${D}"/sbin/init "${D}"/sbin/jinit || die
|
||||
mv "${D}"/sbin/shutdown "${D}"/sbin/jinit-shutdown || die
|
||||
dodoc AUTHORS ChangeLog NEWS README TODO || die
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST procinfo-18.tar.gz 24365 BLAKE2B 7da2f2afe014dc5b991244c0f2eff631db87ed00942a38dcbd1f5080df0bc7c2fb30fd5c7af14a180dfc2ce0562b2a26633451e0a3a17a577cd15a5f281f0118 SHA512 12c4d7983f5d6531be6d4df39f5f1e1ee2ea2394a6eb8fb8df0573f0085499e4b7d43355bfa549a24ddf1ecb09bbfa7b038cef9c483620c74ad5cedc219e35fa
|
||||
@@ -1,31 +0,0 @@
|
||||
--- procinfo.c~ 2005-01-31 20:52:29.250918264 +0200
|
||||
+++ procinfo-18/procinfo.c 2005-01-31 20:48:55.907351416 +0200
|
||||
@@ -402,26 +402,8 @@
|
||||
}
|
||||
|
||||
elapsed = new.uptime;
|
||||
-
|
||||
-/* XXX Is this stuff still relevant/true? */
|
||||
-
|
||||
-#ifdef __i386__ /* IRQ 0 is timer tick on i386's... */
|
||||
- if (nr_irqs) {
|
||||
- if (fs && old.uptime)
|
||||
- elapsed = DIFF (intr[0]);
|
||||
- } else
|
||||
-#endif
|
||||
-#ifdef __sparc__ /* IRQ 10 is timer tick on sparc's... */
|
||||
- if (nr_irqs) {
|
||||
- if (fs && old.uptime)
|
||||
- elapsed = DIFF (intr[10]);
|
||||
- } else
|
||||
-#endif
|
||||
- {
|
||||
- /* This won't be exact... */
|
||||
- if (fs && old.uptime)
|
||||
- elapsed = DIFF (uptime);
|
||||
- }
|
||||
+ if (fs && old.uptime)
|
||||
+ elapsed = DIFF (uptime);
|
||||
|
||||
printf ("user : %s %s",
|
||||
hms (bDIFF (cpu_user)), perc (bDIFF (cpu_user), elapsed, nr_cpus));
|
||||
@@ -1,296 +0,0 @@
|
||||
diff -ruN procinfo-18/procinfo.c procinfo-19/procinfo.c
|
||||
--- procinfo-18/procinfo.c 2001-02-25 11:29:16.000000000 +0000
|
||||
+++ procinfo-19/procinfo.c 2004-06-17 10:28:33.767925439 +0100
|
||||
@@ -5,9 +5,10 @@
|
||||
Displays general info from /proc.
|
||||
|
||||
Date: 1995-07-08 05:30:34
|
||||
- Last Change: 2001-02-25 00:27:21
|
||||
+ Last Change: 2004-06-17 11:28:13
|
||||
|
||||
Copyright (c) 1994-2001 svm@kozmix.cistron.nl
|
||||
+ Copyright (c) 2004 procinfo@meisel.cc (upgrades for 2.6 kernel)
|
||||
|
||||
This software is released under the GNU Public Licence. See the file
|
||||
`COPYING' for details. Since you're probably running Linux I'm sure
|
||||
@@ -26,6 +27,7 @@
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
#include <termcap.h>
|
||||
+#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h> /* for HZ -- should be in <time.h> ? */
|
||||
@@ -72,9 +74,9 @@
|
||||
int nr_irqs = 0;
|
||||
int nr_cpus = 0;
|
||||
|
||||
-FILE *loadavgfp, *meminfofp, *modulesfp, *statfp, *uptimefp,
|
||||
+FILE *loadavgfp, *meminfofp, *modulesfp, *statfp, *uptimefp, *diskstatsfp,
|
||||
*devicesfp, *filesystemsfp, *interruptsfp, *dmafp, *cmdlinefp,
|
||||
- *versionfp, *cpuinfofp;
|
||||
+ *versionfp, *cpuinfofp, *vmstatfp;
|
||||
|
||||
char line[1024], cmdline[1024], booted[40], *version = NULL, *message = NULL;
|
||||
|
||||
@@ -89,9 +91,13 @@
|
||||
{
|
||||
unsigned long elapsed;
|
||||
char loadavg[32];
|
||||
- int i;
|
||||
+ int i, havetwosix = 0, lastdisk;
|
||||
static int have_m_c = -1; /* Do we have cache info? */
|
||||
static int have_m_l = -1; /* Do we have new-style-one-datum-per-line? */
|
||||
+ char devicename[10];
|
||||
+ char *last;
|
||||
+ unsigned int q,w,a,s,d,f,g,h,j,k,l,y,x;
|
||||
+ int disk_counter = 0, ret;
|
||||
|
||||
|
||||
/**** /proc/uptime ****/
|
||||
@@ -237,6 +243,50 @@
|
||||
|
||||
printf ("Bootup: %s Load average: %s\n\n", booted, loadavg);
|
||||
|
||||
+/**** /proc/vmstat ... 2.6.x kernel only ****/
|
||||
+ if (vmstatfp) {
|
||||
+ havetwosix = 1;
|
||||
+ fseek (vmstatfp, 0L, SEEK_SET);
|
||||
+ while (fgets (line, sizeof (line), vmstatfp)) {
|
||||
+ char *type = strtok (line, " ");
|
||||
+ if (ISSTR ("pgpgin")) {
|
||||
+ new.pgin = VAL;
|
||||
+ } else if (ISSTR ("pgpgout")) {
|
||||
+ new.pgout = VAL;
|
||||
+ } else if (ISSTR ("pgactivate")) {
|
||||
+ new.pgac = VAL;
|
||||
+ } else if (ISSTR ("pgdeactivate")) {
|
||||
+ new.pgdeac = VAL;
|
||||
+ } else if (ISSTR ("pgfault")) {
|
||||
+ new.pgfault = VAL;
|
||||
+ } else if (ISSTR ("pswpin")) {
|
||||
+ new.swin = VAL;
|
||||
+ } else if (ISSTR ("pswpout")) {
|
||||
+ new.swout = VAL;
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+/**** /proc/diskstats ... 2.6.x kernel only ****/
|
||||
+ if (diskstatsfp) {
|
||||
+ havetwosix = 1;
|
||||
+ fseek (diskstatsfp, 0L, SEEK_SET);
|
||||
+ while (fgets (line, sizeof (line), diskstatsfp)) {
|
||||
+ char *type = strtok (line, "\n");
|
||||
+ ret = sscanf (type, "%d%d%s%d%d%d%d%d%d%d%d%d%d%d", &q, &w, devicename, &a, &s, &d, &f, &g, &h, &j, &k, &l, &y, &x);
|
||||
+ if (ret != 14) /* Everything with less than 14 elements is not a disk device */
|
||||
+ continue;
|
||||
+ last = devicename+strlen(devicename)-1;
|
||||
+ if (isalpha(*last)) {/* Is the last char is a number ignore it .. like fd0 */
|
||||
+ if (++disk_counter > 7) /* 7 disks is all we have room for */
|
||||
+ continue;
|
||||
+ else {
|
||||
+ new.disk_r[disk_counter-1] = a;
|
||||
+ new.disk_w[disk_counter-1] = g;
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
|
||||
/**** /proc/stat ****/
|
||||
|
||||
@@ -249,6 +299,9 @@
|
||||
new.cpu_nice = VAL;
|
||||
new.cpu_sys = VAL;
|
||||
new.cpu_idle = VAL;
|
||||
+ new.cpu_iowait = VAL;
|
||||
+ new.cpu_hirq = VAL;
|
||||
+ new.cpu_sirq = VAL;
|
||||
/*
|
||||
* according to bug #1959, sometimes the cpu_idle
|
||||
* seems to go backwards(!) on SMP boxes. This may
|
||||
@@ -262,34 +315,54 @@
|
||||
new.disk[1] = VAL;
|
||||
new.disk[2] = VAL;
|
||||
new.disk[3] = VAL;
|
||||
+ new.disk[4] = VAL;
|
||||
+ new.disk[5] = VAL;
|
||||
+ new.disk[6] = VAL;
|
||||
} else if (ISSTR ("disk_rio") && io_or_blk == 0) {
|
||||
new.disk_r[0] = VAL;
|
||||
new.disk_r[1] = VAL;
|
||||
new.disk_r[2] = VAL;
|
||||
new.disk_r[3] = VAL;
|
||||
+ new.disk_r[4] = VAL;
|
||||
+ new.disk_r[5] = VAL;
|
||||
+ new.disk_r[6] = VAL;
|
||||
+ } else if (ISSTR ("disk_wio") && io_or_blk == 0) {
|
||||
+ new.disk_w[0] = VAL;
|
||||
+ } else if (ISSTR ("disk_wio") && io_or_blk == 0) {
|
||||
+ new.disk_w[0] = VAL;
|
||||
+ } else if (ISSTR ("disk_wio") && io_or_blk == 0) {
|
||||
+ new.disk_w[0] = VAL;
|
||||
} else if (ISSTR ("disk_wio") && io_or_blk == 0) {
|
||||
new.disk_w[0] = VAL;
|
||||
new.disk_w[1] = VAL;
|
||||
new.disk_w[2] = VAL;
|
||||
new.disk_w[3] = VAL;
|
||||
+ new.disk_w[4] = VAL;
|
||||
+ new.disk_w[5] = VAL;
|
||||
+ new.disk_w[6] = VAL;
|
||||
} else if (ISSTR ("disk_rblk") && io_or_blk == 1) {
|
||||
new.disk_r[0] = VAL;
|
||||
new.disk_r[1] = VAL;
|
||||
new.disk_r[2] = VAL;
|
||||
new.disk_r[3] = VAL;
|
||||
+ new.disk_r[4] = VAL;
|
||||
+ new.disk_r[5] = VAL;
|
||||
+ new.disk_r[6] = VAL;
|
||||
} else if (ISSTR ("disk_wblk") && io_or_blk == 1) {
|
||||
new.disk_w[0] = VAL;
|
||||
new.disk_w[1] = VAL;
|
||||
new.disk_w[2] = VAL;
|
||||
new.disk_w[3] = VAL;
|
||||
+ new.disk_w[4] = VAL;
|
||||
+ new.disk_w[5] = VAL;
|
||||
+ new.disk_w[6] = VAL;
|
||||
} else if (ISSTR ("disk_io:")) {
|
||||
- int disk_counter = 0, ret;
|
||||
unsigned int q, w, e, r, t, y, u; /* I'm NOT in the mood today. */
|
||||
char *barf;
|
||||
|
||||
while ((barf = strtok (NULL, " "))) {
|
||||
|
||||
- if (++disk_counter > 4) /* 4 is all we have room for */
|
||||
+ if (++disk_counter > 7) /* 7 is all we have room for */
|
||||
continue;
|
||||
|
||||
ret = sscanf (barf, "(%d,%d):(%d,%d,%d,%d,%d)",
|
||||
@@ -374,7 +447,10 @@
|
||||
|
||||
printf ("system: %s %s",
|
||||
hms (bDIFF (cpu_sys)), perc (bDIFF (cpu_sys), elapsed, nr_cpus));
|
||||
- printf (" swap in :%9lu", bDIFF (swin));
|
||||
+ if (havetwosix)
|
||||
+ printf (" page act:%9lu", bDIFF (pgac));
|
||||
+ else
|
||||
+ printf (" swap in :%9lu", bDIFF (swin));
|
||||
if (new.disk_r[2])
|
||||
printf (" disk 3: %8lur%8luw\n", bDIFF (disk_r[2]),
|
||||
bDIFF (disk_w[2]));
|
||||
@@ -383,14 +459,53 @@
|
||||
else
|
||||
putchar ('\n');
|
||||
|
||||
+ if (havetwosix) {
|
||||
+ printf ("IOwait: %s %s",
|
||||
+ hms (bDIFF (cpu_iowait)), perc (bDIFF (cpu_iowait), elapsed, nr_cpus));
|
||||
+ printf (" page dea:%9lu", bDIFF (pgdeac));
|
||||
+ if (new.disk_r[3])
|
||||
+ printf (" disk 4: %8lur%8luw\n", bDIFF (disk_r[3]),
|
||||
+ bDIFF (disk_w[3]));
|
||||
+ else if (new.disk[3])
|
||||
+ printf (" disk 4: %8lu\n", bDIFF (disk[3]));
|
||||
+ else
|
||||
+ putchar ('\n');
|
||||
+
|
||||
+ printf ("hw irq: %s %s",
|
||||
+ hms (bDIFF (cpu_hirq)), perc (bDIFF (cpu_hirq), elapsed, nr_cpus));
|
||||
+ printf (" page flt:%9lu", bDIFF (pgfault));
|
||||
+ if (new.disk_r[4])
|
||||
+ printf (" disk 5: %8lur%8luw\n", bDIFF (disk_r[4]),
|
||||
+ bDIFF (disk_w[4]));
|
||||
+ else if (new.disk[4])
|
||||
+ printf (" disk 5: %8lu\n", bDIFF (disk[4]));
|
||||
+ else
|
||||
+ putchar ('\n');
|
||||
+
|
||||
+ printf ("sw irq: %s %s",
|
||||
+ hms (bDIFF (cpu_sirq)), perc (bDIFF (cpu_sirq), elapsed, nr_cpus));
|
||||
+ printf (" swap in :%9lu", bDIFF (swin));
|
||||
+ if (new.disk_r[5])
|
||||
+ printf (" disk 6: %8lur%8luw\n", bDIFF (disk_r[5]),
|
||||
+ bDIFF (disk_w[5]));
|
||||
+ else if (new.disk[5])
|
||||
+ printf (" disk 6: %8lu\n", bDIFF (disk[5]));
|
||||
+ else
|
||||
+ putchar ('\n');
|
||||
+ }
|
||||
+
|
||||
printf ("idle : %s %s",
|
||||
hms (bDIFF (cpu_idle)), perc (bDIFF (cpu_idle), elapsed, nr_cpus));
|
||||
printf (" swap out:%9lu", bDIFF (swout));
|
||||
- if (new.disk_r[3])
|
||||
- printf (" disk 4: %8lur%8luw\n", bDIFF (disk_r[3]),
|
||||
- bDIFF (disk_w[3]));
|
||||
- else if (new.disk[3])
|
||||
- printf (" disk 4: %8lu\n", bDIFF (disk[3]));
|
||||
+ if (havetwosix)
|
||||
+ lastdisk = 3;
|
||||
+ else
|
||||
+ lastdisk = 6;
|
||||
+ if (new.disk_r[lastdisk])
|
||||
+ printf (" disk %d: %8lur%8luw\n", lastdisk+1, bDIFF (disk_r[lastdisk]),
|
||||
+ bDIFF (disk_w[lastdisk]));
|
||||
+ else if (new.disk[lastdisk])
|
||||
+ printf (" disk %d: %8lu\n", lastdisk+1, bDIFF (disk[lastdisk]));
|
||||
else
|
||||
putchar ('\n');
|
||||
|
||||
@@ -786,6 +901,8 @@
|
||||
meminfofp = myfopen (PROC_DIR "meminfo");
|
||||
statfp = myfopen (PROC_DIR "stat");
|
||||
/* These may be missing, so check for NULL later. */
|
||||
+ diskstatsfp = fopen (PROC_DIR "diskstats", "r");
|
||||
+ vmstatfp = fopen (PROC_DIR "vmstat", "r");
|
||||
modulesfp = fopen (PROC_DIR "modules", "r");
|
||||
devicesfp = fopen (PROC_DIR "devices", "r");
|
||||
filesystemsfp = fopen (PROC_DIR "filesystems", "r");
|
||||
@@ -990,6 +1107,9 @@
|
||||
new.disk_r[1] = new.disk_w[1] =
|
||||
new.disk_r[2] = new.disk_w[2] =
|
||||
new.disk_r[3] = new.disk_w[3] = 0;
|
||||
+ new.disk_r[4] = new.disk_w[4] = 0;
|
||||
+ new.disk_r[5] = new.disk_w[5] = 0;
|
||||
+ new.disk_r[6] = new.disk_w[6] = 0;
|
||||
redrawn = 1;
|
||||
message = io_or_blk ? "showing I/O in blocks" :
|
||||
"showing I/O per requests";
|
||||
diff -ruN procinfo-18/procinfo.h procinfo-19/procinfo.h
|
||||
--- procinfo-18/procinfo.h 2001-02-24 23:30:45.000000000 +0000
|
||||
+++ procinfo-19/procinfo.h 2004-06-17 09:24:16.511726412 +0100
|
||||
@@ -81,11 +81,11 @@
|
||||
unsigned long uptime;
|
||||
long m_to, m_us, m_fr, m_sh, m_bu, m_ca;
|
||||
long s_to, s_us, s_fr;
|
||||
- unsigned long cpu_user, cpu_nice, cpu_sys, cpu_idle;
|
||||
- unsigned long disk[5];
|
||||
- unsigned long disk_r[5];
|
||||
- unsigned long disk_w[5];
|
||||
- unsigned long pgin, pgout, swin, swout;
|
||||
+ unsigned long cpu_user, cpu_nice, cpu_sys, cpu_idle, cpu_iowait, cpu_hirq, cpu_sirq;
|
||||
+ unsigned long disk[8];
|
||||
+ unsigned long disk_r[8];
|
||||
+ unsigned long disk_w[8];
|
||||
+ unsigned long pgin, pgout, pgac, pgdeac, pgfault, swin, swout;
|
||||
unsigned long *intr; /* Phew. That's better. */
|
||||
unsigned long old_intr;
|
||||
unsigned long ctxt;
|
||||
diff -ruN procinfo-18/routines.c procinfo-19/routines.c
|
||||
--- procinfo-18/routines.c 2001-02-24 23:30:45.000000000 +0000
|
||||
+++ procinfo-19/routines.c 2004-06-16 16:36:51.000000000 +0100
|
||||
@@ -388,9 +388,13 @@
|
||||
hms (unsigned long t)
|
||||
{
|
||||
unsigned int d, h, m, s;
|
||||
+ unsigned long q;
|
||||
static char buf[22];
|
||||
|
||||
- t = t * 100 / HZ;
|
||||
+ q = 100 / HZ; /* We need this because the libc does something funny here */
|
||||
+ /* if we try to use: t = t * 100 / HZ; here! */
|
||||
+ /* procinfo@meisel.cc 11. Feb. 2004 */
|
||||
+ t = t * q;
|
||||
d = (int) (t / 8640000);
|
||||
t = t - (long) (d * 8640000);
|
||||
h = (int) (t / 360000);
|
||||
@@ -1,21 +0,0 @@
|
||||
diff -ur procinfo-18/procinfo.c procinfo-18-mod/procinfo.c
|
||||
--- procinfo-18/procinfo.c 2001-02-25 11:29:16.000000000 +0000
|
||||
+++ procinfo-18-mod/procinfo.c 2008-04-16 10:16:29.000000000 +0100
|
||||
@@ -76,7 +76,7 @@
|
||||
*devicesfp, *filesystemsfp, *interruptsfp, *dmafp, *cmdlinefp,
|
||||
*versionfp, *cpuinfofp;
|
||||
|
||||
-char line[1024], cmdline[1024], booted[40], *version = NULL, *message = NULL;
|
||||
+char line[4096], cmdline[1024], booted[40], *version = NULL, *message = NULL;
|
||||
|
||||
float rate = 1.0; /* per interval or per sec */
|
||||
|
||||
@@ -446,7 +446,7 @@
|
||||
*/
|
||||
char *q;
|
||||
|
||||
- if ((q = strstr (p, "PIC"))) {
|
||||
+ if ((q = strstr (p, "PIC")) || (q = strstr (p, "MSI"))) {
|
||||
while (*q != ' ') /* eat up "PIC" or "PIC-foo" */
|
||||
q++;
|
||||
while (*q == ' ') /* eat up spaces */
|
||||
@@ -1,16 +0,0 @@
|
||||
--- procinfo-18/Makefile.orig 2001-02-25 00:29:53.000000000 +0100
|
||||
+++ procinfo-18/Makefile 2006-10-21 13:57:47.000000000 +0200
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
prefix=/usr
|
||||
|
||||
-CC = gcc -Wall -Wstrict-prototypes
|
||||
+CC +=
|
||||
|
||||
-CFLAGS = -O2
|
||||
-LDFLAGS = -s
|
||||
+CFLAGS += -Wall -Wstrict-prototypes
|
||||
+LDFLAGS +=
|
||||
|
||||
# If you get lots of `undefined references', you probably need -lncurses
|
||||
# instead:
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Displays some kernel stats and info on a running Linux system"
|
||||
HOMEPAGE="http://www.kozmix.org/src/"
|
||||
SRC_URI="http://www.kozmix.org/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/kernel-2.6.patch
|
||||
epatch "${FILESDIR}"/cpu-usage-fix.patch
|
||||
epatch "${FILESDIR}"/${PN}-flags.patch
|
||||
epatch "${FILESDIR}"/${P}-stat.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC=$(tc-getCC) \
|
||||
LDLIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin procinfo
|
||||
newbin lsdev.pl lsdev
|
||||
newbin socklist.pl socklist
|
||||
|
||||
doman *.8
|
||||
dodoc README CHANGES
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST autopsy-2.24.tar.gz 387873 BLAKE2B b1ca92d0c1fc1095c21e0f3e7966e7dc58c842392533a10b04005779e7da898b8ae16f963e9076dab6a501dd085abdb3a61d8b83f0d3f1689580724c15623200 SHA512 09cd337c2c6e095c533cba449684b36e4a926cbe5736be6da4f644e733525069984550b5b76a902a32d797ac311218a2ec88626603f1dd4381d52f3f94d3cedb
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="A graphical interface to the digital forensic analysis tools in The Sleuth Kit"
|
||||
HOMEPAGE="http://www.sleuthkit.org/autopsy/"
|
||||
SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ppc x86"
|
||||
IUSE=""
|
||||
|
||||
# Runtime depend on grep and file deliberate
|
||||
RDEPEND=">=dev-lang/perl-5.8.0
|
||||
>=app-forensics/sleuthkit-3.0.0
|
||||
sys-apps/grep
|
||||
sys-apps/file"
|
||||
DEPEND=""
|
||||
|
||||
src_configure() {
|
||||
./configure 2>&1 >/dev/null <<-EOF
|
||||
n
|
||||
/tmp
|
||||
EOF
|
||||
|
||||
cat <<-EOF > autopsy
|
||||
#!/usr/bin/perl -wT
|
||||
use lib '/usr/lib/autopsy/';
|
||||
use lib '/usr/lib/autopsy/lib/';
|
||||
EOF
|
||||
cat base/autopsy.base >> autopsy
|
||||
|
||||
sed -i 's:conf.pl:/etc/autopsy.pl:' $(grep -lr conf\.pl ./)
|
||||
sed -i "s:INSTALLDIR = .*:INSTALLDIR = \'/usr/lib/autopsy\';:" conf.pl
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto /usr/lib/autopsy
|
||||
doins autopsy
|
||||
doins global.css
|
||||
insinto /usr/lib/autopsy/help
|
||||
doins help/*
|
||||
insinto /usr/lib/autopsy/lib
|
||||
doins lib/*
|
||||
insinto /usr/lib/autopsy/pict
|
||||
doins pict/*
|
||||
insinto /etc
|
||||
newins conf.pl autopsy.pl
|
||||
|
||||
dodir /usr/bin
|
||||
dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy
|
||||
fperms +x /usr/lib/autopsy/autopsy
|
||||
|
||||
doman $(find man/ -type f)
|
||||
dodoc CHANGES.txt README* TODO.txt docs/sleuthkit-informer*.txt
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">autopsy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST activylircd-0.4.tgz 26900 BLAKE2B 9371371fb411328b4954556165d42ee8c921e988bc15bf6e52f3a09a760443f00a9cd8daeb13d1b1dfd1f41509e24d15339a5916f5f16137f7b73d587ac3192b SHA512 2440f4b858d945ae7103d14d6aeea6e16461713da60eaadc0767843d218d12554efc99607231503aabcbb853cd26cd205c4c783083b7c77d6d3a5e3f9cbd2cb7
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="ACTIVYLIRCD lirc daemon for activy remote control"
|
||||
HOMEPAGE="http://www.htpc-forum.de/"
|
||||
SRC_URI="http://www.htpc-forum.de/download/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="x11-libs/libX11
|
||||
x11-libs/libXtst"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-linking.patch" # Bug #277656
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin activylircd
|
||||
dobin key2xd eventmapper key2lircd key2xd
|
||||
dodoc key2x.conf README
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
Index: activylircd-0.4/Makefile
|
||||
===================================================================
|
||||
--- activylircd-0.4.orig/Makefile
|
||||
+++ activylircd-0.4/Makefile
|
||||
@@ -14,16 +14,16 @@ names.h: /usr/include/linux/input.h genn
|
||||
./gennames $< > $@
|
||||
|
||||
activylircd: activylircd.c /usr/include/linux/input.h names.h Makefile
|
||||
- $(CC) $(CFLAGS) -o $@ $<
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||
|
||||
key2lircd: key2lircd.c /usr/include/linux/input.h names.h Makefile
|
||||
- $(CC) $(CFLAGS) -o $@ $<
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||
|
||||
eventmapper: eventmapper.c /usr/include/linux/input.h names.h Makefile
|
||||
- $(CC) $(CFLAGS) -o $@ $<
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||
|
||||
key2xd: key2xd.c Makefile
|
||||
- $(CC) $(CFLAGS) -o $@ -lX11 -lXtst $<
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lX11 -lXtst
|
||||
|
||||
install: $(PROG)
|
||||
install -v -t /usr/bin $(PROG)
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1,2 +0,0 @@
|
||||
DIST misterhouse-2.103.tar.gz 7417915 BLAKE2B 011ab229f2f7279f5fa66741b337e77de0befeb136898e5d31bf8223b5e75bad3ff5ea06f9c80002cac788f5c0743528b9c517c8a9668a2ade05f8cd32fb8fec SHA512 41fa6d2220345df1b01bebed2d9803911f970eea9f98418e7df08537b3e1c563c0996b831276115c30a2f760e92d0df29b0053a2bfc117299f4caae9c7456870
|
||||
DIST misterhouse-2.105.tar.gz 8647595 BLAKE2B 50eb790924970d39741c454890d2a853376aaf8d63ce9b2544eb87ff30a8f6f313012f8c7c9691412f3f1f1980909eb18f01fa628507c656f00dca273c668939 SHA512 305601d953b2f7de1e8cb95a76b24aedb1615e3b874e2f999854172c9bec3da2ec13e0777cd0a4c15b6d92daffb34df761ae28bca4147e7435b280e00da3c14c
|
||||
@@ -1,12 +0,0 @@
|
||||
# Config file for /etc/init.d/misterhouse
|
||||
|
||||
# NOTICE: This stub file can contains any overrides to the default
|
||||
# mh.ini. Anything not listed in here will be pulled from the main
|
||||
# mh.ini file.
|
||||
|
||||
|
||||
# Disable launching the tk gui - this is being run from init.d after all :)
|
||||
tk=0
|
||||
|
||||
# Override the pid file location
|
||||
pid_file=/var/run/misterhouse.pid
|
||||
@@ -1,18 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {
|
||||
need clock hostname net
|
||||
}
|
||||
|
||||
start() {
|
||||
export mh_parms="/etc/conf.d/misterhouse"
|
||||
ebegin "Starting misterhouse"
|
||||
start-stop-daemon --start --background --exec /opt/misterhouse/bin/mh -- -log_file="/var/log/misterhouse.log"
|
||||
eend $? "Failed to start misterhouse"
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping misterhouse"
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/misterhouse.pid
|
||||
eend $? "Failed to stop misterhouse"
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">misterhouse</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
DESCRIPTION="Mister House, an open source home automation program with X10 support"
|
||||
HOMEPAGE="http://misterhouse.sf.net/"
|
||||
LICENSE="GPL-1"
|
||||
SRC_URI="mirror://sourceforge/misterhouse/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="tk mysql"
|
||||
|
||||
QA_PREBUILT="opt/misterhouse/bin/viavoice_server"
|
||||
|
||||
RDEPEND="dev-lang/perl
|
||||
tk? ( dev-perl/Tk
|
||||
dev-perl/Tk-CursorControl )
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
|| ( app-accessibility/festival
|
||||
app-accessibility/flite )
|
||||
dev-perl/GD
|
||||
virtual/perl-DB_File
|
||||
dev-perl/TermReadKey
|
||||
virtual/perl-Time-HiRes
|
||||
dev-perl/Audio-Mixer
|
||||
dev-perl/Text-LevenshteinXS"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/misterhouse
|
||||
|
||||
cp -r "${S}/bin" "${D}/opt/misterhouse"
|
||||
cp -r "${S}/code" "${D}/opt/misterhouse"
|
||||
cp -r "${S}/data" "${D}/opt/misterhouse"
|
||||
for a in "${S}"/docs/*; do
|
||||
dodoc ${a}
|
||||
done
|
||||
dosym ../../usr/share/doc/${PF} /opt/misterhouse/docs
|
||||
cp -r "${S}/lib" "${D}/opt/misterhouse"
|
||||
cp -r "${S}/sounds" "${D}/opt/misterhouse"
|
||||
cp -r "${S}/web" "${D}/opt/misterhouse"
|
||||
newconfd "${FILESDIR}"/misterhouse.conf misterhouse
|
||||
newinitd "${FILESDIR}"/misterhouse.init misterhouse
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
cd /opt/misterhouse/bin
|
||||
./configure
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Mister House, an open source home automation program with X10 support"
|
||||
HOMEPAGE="http://misterhouse.sf.net/"
|
||||
LICENSE="GPL-1"
|
||||
SRC_URI="mirror://sourceforge/misterhouse/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="tk mysql"
|
||||
|
||||
S="${WORKDIR}/mh"
|
||||
|
||||
RDEPEND="dev-lang/perl
|
||||
tk? ( dev-perl/Tk
|
||||
dev-perl/Tk-CursorControl )
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
|| ( app-accessibility/festival
|
||||
app-accessibility/flite )
|
||||
dev-perl/GD
|
||||
virtual/perl-DB_File
|
||||
dev-perl/TermReadKey
|
||||
virtual/perl-Time-HiRes
|
||||
dev-perl/Audio-Mixer
|
||||
dev-perl/Text-LevenshteinXS"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/misterhouse
|
||||
|
||||
cp -r "${S}/bin" "${D}/opt/misterhouse" || die
|
||||
cp -r "${S}/code" "${D}/opt/misterhouse" || die
|
||||
cp -r "${S}/data" "${D}/opt/misterhouse" || die
|
||||
for a in "${S}"/docs/*; do
|
||||
dodoc ${a} || die
|
||||
done
|
||||
dosym ../../usr/share/doc/${PF} /opt/misterhouse/docs
|
||||
cp -r "${S}/lib" "${D}/opt/misterhouse" || die
|
||||
cp -r "${S}/sounds" "${D}/opt/misterhouse" || die
|
||||
cp -r "${S}/web" "${D}/opt/misterhouse" || die
|
||||
newconfd "${FILESDIR}"/misterhouse.conf misterhouse
|
||||
newinitd "${FILESDIR}"/misterhouse.init misterhouse
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
cd /opt/misterhouse/bin
|
||||
./configure
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST specto-0.4.1.tar.gz 316337 BLAKE2B 6c6f51f5c9c5896e2b379425d0f4e9b80cfe8d1656ad4e9e735325f88bc39685ccc1525bcdfa62e5c7d2c8a94696d1e8424edaff856e8860d0ccefe1d921c3ae SHA512 0952b3411618188eec1f4e73895d4ce4a7696617d4ff2621552a5f06248853d0feccb6887a41af2ac4fbc928d366e89bcf87425a6786dfc91254b9c6f766f197
|
||||
@@ -1,30 +0,0 @@
|
||||
Replace some GNOME icons with their FreeDesktop equivalents
|
||||
so that it works with oxygen as a theme.
|
||||
|
||||
--- specto-0.4.1/spectlib/notifier.py
|
||||
+++ specto-0.4.1/spectlib/notifier.py
|
||||
@@ -213,11 +213,11 @@
|
||||
""" show the right icon for the status from the watch. """
|
||||
watch = self.specto.watch_db[id]
|
||||
statusbar = self.builder.get_object("statusbar1")
|
||||
- icon = self.get_icon("error", 50, False)
|
||||
+ icon = self.get_icon("dialog-error", 50, False)
|
||||
|
||||
try:
|
||||
if status == "checking":
|
||||
- icon = self.get_icon("reload", 0, False)
|
||||
+ icon = self.get_icon("view-refresh", 0, False)
|
||||
statusbar.push(0, (datetime.today().strftime("%H:%M") + " - " + _('The watch "%s" is checking.') % watch.name))
|
||||
|
||||
elif status == "idle":
|
||||
@@ -242,8 +242,8 @@
|
||||
|
||||
elif status == "error":
|
||||
statusbar.push(0, (datetime.today().strftime("%H:%M") + " - " + _('The watch "%s" has a problem.') % watch.name))
|
||||
- balloon_icon = self.get_icon("error", 0, True)
|
||||
- icon = self.get_icon("error", 50, False)
|
||||
+ balloon_icon = self.get_icon("dialog-error", 0, True)
|
||||
+ icon = self.get_icon("dialog-error", 50, False)
|
||||
if self.specto.specto_gconf.get_entry("pop_toast") == True:
|
||||
body = watch.escape(watch.error_message)
|
||||
self.balloon.show_toast(body, balloon_icon, urgency="critical", summary=(_("%s encountered a problem") % watch.name))
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xmw@gentoo.org</email>
|
||||
<name>Michael Weber</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="google-code">specto</remote-id>
|
||||
<remote-id type="sourceforge">specto</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="watch configurable events and trigger notifications"
|
||||
HOMEPAGE="http://specto.sourceforge.net/"
|
||||
SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/gconf-python[${PYTHON_USEDEP}]
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
dev-python/libgnome-python[${PYTHON_USEDEP}]
|
||||
dev-python/notify-python[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygtk-2.10[${PYTHON_USEDEP}]"
|
||||
DEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-icon-theme.patch
|
||||
|
||||
sed -e "s:share/doc/specto:share/doc/${PF}:" \
|
||||
-i setup.py spectlib/util.py || die
|
||||
|
||||
if [ -n "${LINGUAS}" ] ; then
|
||||
sed -e "/^i18n_languages = /s: = .*: = \"${LINGUAS}\":" \
|
||||
-i setup.py || die
|
||||
fi
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit git-r3 python-single-r1 waf-utils
|
||||
|
||||
DESCRIPTION="Time tracking for the masses"
|
||||
HOMEPAGE="http://projecthamster.wordpress.com"
|
||||
EGIT_REPO_URI="https://github.com/projecthamster/hamster.git"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/gconf-python
|
||||
gnome-base/gconf[introspection]
|
||||
dev-python/pyxdg
|
||||
>=x11-libs/gtk+-3.10
|
||||
sys-devel/gettext
|
||||
${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang .
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>nicolasbock@gentoo.org</email>
|
||||
<name>Nicolas Bock</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Project Hamster is time tracking for individuals. It helps you to keep
|
||||
track on how much time you have spent during the day on activities you
|
||||
choose to track.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST pam-syntax-20060424.tar.bz2 2803 BLAKE2B bc1587cbde544a87051fa59dfff31428d415a57d153f2837f5c05070ec1b18596be1980de0a0e3d61d5da9592e474fdcbf6e43741c63e914fef01f728a731358 SHA512 750028c153111ffdc9472b333375ad8d6312262fb1c8c7ac8563207d11e36ab885bb6ef341a39d59f5e980b69110c35166fa6eeca3a6093b0328ee2c58cf09e0
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vim@gentoo.org</email>
|
||||
<name>Gentoo Vim Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,14 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: PAM configuration syntax highlighting"
|
||||
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735"
|
||||
|
||||
LICENSE="vim"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
VIM_PLUGIN_HELPTEXT=\
|
||||
"This plugin provides syntax highlighting for PAM configuration files."
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_fPROJ4-0.1.0.tar.gz 2573 BLAKE2B 4b6863b2b643464b5f7229e5a74c5f220894916b496eed077efe8a58df43f61fe25c252db09dc41c7e2705692e3f3915883e1096b9826f11431c1fec59c467e6 SHA512 cc0307bcbdf15a37f77fced46b262783327fbd1e9883bd2d3f55c005bc5948ea7d2b7afa98a75390045636abbb04bb22aeaafdbe670e5642710a6a4a785fd3b3
|
||||
@@ -1,35 +0,0 @@
|
||||
--- lib_mysqludf_fPROJ4.c.orig 2010-05-09 13:46:12.000000000 +0200
|
||||
+++ lib_mysqludf_fPROJ4.c 2011-10-19 02:32:48.000000000 +0200
|
||||
@@ -1,5 +1,3 @@
|
||||
-/*
|
||||
-
|
||||
/*
|
||||
lib_mysqludf_fPROJ4 - An extended set of scientific functions which
|
||||
converts geographic longitude and latitude coordinates into cartesian
|
||||
@@ -178,7 +176,7 @@
|
||||
}
|
||||
double fPROJ4_transform(UDF_INIT *initid, UDF_ARGS *args, char *is_null, char *error)
|
||||
{
|
||||
- projPJ pj_in, pj_out;
|
||||
+ projPJ pj_in=NULL, pj_out=NULL;
|
||||
double x, y,z;
|
||||
int p,t;
|
||||
|
||||
@@ -248,7 +246,7 @@
|
||||
}
|
||||
double fPROJ4_Geo2UTM(UDF_INIT *initid, UDF_ARGS *args, char *is_null, char *error)
|
||||
{
|
||||
- projPJ pj_in, pj_out;
|
||||
+ projPJ pj_in=NULL, pj_out=NULL;
|
||||
double x, y;
|
||||
int p,t,zone;
|
||||
char *tmp;
|
||||
@@ -323,7 +321,7 @@
|
||||
}
|
||||
double fPROJ4_UTM2Geo(UDF_INIT *initid, UDF_ARGS *args, char *is_null, char *error)
|
||||
{
|
||||
- projPJ pj_in, pj_out;
|
||||
+ projPJ pj_in=NULL, pj_out=NULL;
|
||||
double x, y;
|
||||
int p,t,zone;
|
||||
char *tmp;
|
||||
@@ -1,63 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="MySQL UDFs which converts geographic/cartesian coordinates"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_fPROJ4/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1
|
||||
sci-libs/proj"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P}-src"
|
||||
|
||||
# compile helper
|
||||
_compile() {
|
||||
local CC="$(tc-getCC)"
|
||||
echo "${CC} ${@}" && "${CC}" "${@}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-warnings.patch"
|
||||
|
||||
# fix doc (BOM, CR/LF, soname)
|
||||
sed -i -e '1 s|^\xEF\xBB\xBF||' \
|
||||
-e "s|'\(${PN}\).*'|'\1.so'|g" ${PN}.sql
|
||||
echo >> ${PN}.sql # add LF
|
||||
edos2unix ${PN}.sql
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_compile ${CFLAGS} -Wall -fPIC ${MYSQL_INCLUDE} -lproj \
|
||||
-shared ${LDFLAGS} -o ${PN}.so ${PN}.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto "${MYSQL_PLUGINDIR}"
|
||||
doexe ${PN}.so
|
||||
dodoc ${PN}.sql
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_json_0.0.2.tar.gz 18177 BLAKE2B a998c99027a461a0cde53ec845f96531c0cfcfbf183c990a8736fd3f7c7911ad95b4e670fcf4178c4fe7b4c75b7f3a855a09b90a4a158fa72dd21805d153841d SHA512 04cc299498e7a7c40d2d181649e433c48be29f5dab2f46b64930f415060c3e05065d0d44d28ce0b35d190f3544687aa7e2ea66a69decc12609ec949bd78b8e05
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="MySQL UDFs to map relational data to the JSON format"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_json/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${PN}_${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# compile helper
|
||||
_compile() {
|
||||
local CC="$(tc-getCC)"
|
||||
echo "${CC} ${@}" && "${CC}" "${@}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# remove precompiled object
|
||||
rm -f -- ${PN}.so
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_compile ${CFLAGS} -Wall -fPIC ${MYSQL_INCLUDE} \
|
||||
-shared ${LDFLAGS} -o ${PN}.so ${PN}.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto "${MYSQL_PLUGINDIR}"
|
||||
doexe ${PN}.so
|
||||
dodoc ${PN}.sql
|
||||
dohtml ${PN}.html
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_preg-1.0.1.tar.gz 321868 BLAKE2B 64c87b1835488098e65164c4863bfc00356f033db62ca738bec99c483387044b8c4d89cd6e414a930948413599cab7dea0dab0cd20860f3d9438a148d384247b SHA512 36bb9c412d5f69040e5d4b3325a4b95e5e165010daea240c96611135b2c74dddb3e36bb6938c0684ecc30ff08151ce7543167a9e3a05e3e5cd0361102b1b083d
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs autotools
|
||||
|
||||
DESCRIPTION="MySQL UDFs that provide access to the PCRE library for pattern matching"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_preg/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1
|
||||
dev-libs/libpcre"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
edos2unix README
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --with-pic --disable-static --libdir="${MYSQL_PLUGINDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local X
|
||||
emake DESTDIR="${D}" install
|
||||
[ -f ${PN}.html ] && dohtml ${PN}.html
|
||||
[ -d doc/html ] && dohtml -r doc/html/.
|
||||
for X in API AUTHORS ChangeLog NEWS README *installdb.sql; do
|
||||
[ -s "${X}" ] && dodoc "${X}"
|
||||
done
|
||||
|
||||
# remove obsolete *.la file
|
||||
rm -f -- "${D}${MYSQL_PLUGINDIR}"/*.la
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_stat_0.0.3.tar.gz 7325 BLAKE2B 8f111419277feb228ce2f5a05679f28cb50beebf2226b2a9b24667ac1621ff37d246e79fe66e3c061930dd7dcd3e940d927125f7c2792b001ea031ddfa061e26 SHA512 553a5f112c67fe773b27ca57c15611b5534ddc7babc0fff6e8771b106dc3037b9ca1459f9d2b201c53161037dc1e909b2a492fc0380340daddee098b5d82bd30
|
||||
@@ -1,20 +0,0 @@
|
||||
--- lib_mysqludf_stat.c.orig 2011-10-19 04:30:24.000000000 +0200
|
||||
+++ lib_mysqludf_stat.c 2011-10-19 04:31:21.000000000 +0200
|
||||
@@ -550,7 +550,7 @@
|
||||
, char *error
|
||||
){
|
||||
PEARSON* pearson_struct = (PEARSON *)initid->ptr;
|
||||
- double result;
|
||||
+ double result=0.0;
|
||||
if (pearson_struct->n==0){
|
||||
*is_null = 1;
|
||||
} else if (
|
||||
@@ -700,7 +700,7 @@
|
||||
POINT_BISERIAL_GROUP* X0;
|
||||
POINT_BISERIAL_GROUP* X1;
|
||||
double s;
|
||||
- double result;
|
||||
+ double result=0.0;
|
||||
|
||||
point_biserial_struct = (POINT_BISERIAL *)initid->ptr;
|
||||
X = &point_biserial_struct->X;
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="MySQL UDFs with statistical functions"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_stat/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${PN}_${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# compile helper
|
||||
_compile() {
|
||||
local CC="$(tc-getCC)"
|
||||
echo "${CC} ${@}" && "${CC}" "${@}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-warnings.patch"
|
||||
|
||||
# remove precompiled object
|
||||
rm -f -- ${PN}.so
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_compile ${CFLAGS} -Wall -fPIC ${MYSQL_INCLUDE} \
|
||||
-shared ${LDFLAGS} -o ${PN}.so ${PN}.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto "${MYSQL_PLUGINDIR}"
|
||||
doexe ${PN}.so
|
||||
dodoc ${PN}.sql
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_str-0.3.tar.gz 353717 BLAKE2B 7796b7930cb90ca4b088de81418fadc9d51a68681f8dcd1bd81a287427330f37fc880519a7486685b34c611d9f3b48d83370555f369c98853015557b3d5d458a SHA512 a63ffbfd352db087da5a3e70f713845a88c6f4db47511a5b359bb8bcb466070d34b5e2b16d2bde38bd617ed209e2dc4553bbccfb406820e7669aa688652332b8
|
||||
@@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs autotools
|
||||
|
||||
DESCRIPTION="MySQL UDFs of string functions that complement the set of native ones"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_str/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
edos2unix README
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --with-pic --disable-static --libdir="${MYSQL_PLUGINDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
[ -f ${PN}.html ] && dohtml ${PN}.html
|
||||
[ -d doc/html ] && dohtml -r doc/html/.
|
||||
for X in API AUTHORS ChangeLog NEWS README *installdb.sql; do
|
||||
[ -s "${X}" ] && dodoc "${X}"
|
||||
done
|
||||
|
||||
# remove obsolete *.la file
|
||||
rm -f -- "${D}${MYSQL_PLUGINDIR}"/*.la
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_sys_0.0.3.tar.gz 9136 BLAKE2B 1160ebde8a3cb23769d7c961b124469a60527717996b9ccdc49f636950b28a03c577ec4da1f65a5eda4105d1b8b7a49d445f6a3735ad108fdf469f67d7a78a3c SHA512 17154007bc315b7f5c98ed4eb0f6305a1c2bbd4a66a3b6985ed4547baddffcaac71a384fcce0780e26968021439f32534160661a5db756a012763b2ac74a3060
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="MySQL UDFs that allows one to interact with the operating system"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_sys/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${PN}_${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# compile helper
|
||||
_compile() {
|
||||
local CC="$(tc-getCC)"
|
||||
echo "${CC} ${@}" && "${CC}" "${@}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# remove precompiled object
|
||||
rm -f -- ${PN}.so
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_compile ${CFLAGS} -Wall -fPIC ${MYSQL_INCLUDE} \
|
||||
-shared ${LDFLAGS} -o ${PN}.so ${PN}.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto "${MYSQL_PLUGINDIR}"
|
||||
doexe ${PN}.so
|
||||
dodoc ${PN}.sql
|
||||
dohtml ${PN}.html
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST joaocosta-lib_mysqludf_ta-a8e623c.tar.gz 932876 BLAKE2B 43bae3847185ae5994c2899a900ac3c099cf8de15beec559968e43705b2e12df8a5b0105b1a453f3ccddfdb22cca9b391db5c50fc6b37e64b72deb692ab79786 SHA512 4e8422067a055b55bdd1e7103f925f47b8174a83bd20d337d3f39479eebba3de9da0dc8a382441c090c6ef86b03e965d34a38b4c0f3ecc14ad0408aa2cdf511a
|
||||
@@ -1,67 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs autotools
|
||||
|
||||
MY_REV="a8e623c" # checkout revision
|
||||
MY_USR="joaocosta" # user name
|
||||
|
||||
MY_P="${MY_USR}-${PN}-${MY_REV}"
|
||||
|
||||
DESCRIPTION="MySQL UDFs with technical analysis functions"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_ta/"
|
||||
SRC_URI="https://github.com/${MY_USR}/${PN}/tarball/${MY_REV} -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
# fix Makefile.am
|
||||
sed -i -e "s|\(-shared\)|\1 -avoid-version|g" Makefile.am
|
||||
|
||||
# convert to UTF-8
|
||||
iconv -f LATIN1 -t UTF-8 < README > README~
|
||||
mv -f README~ README
|
||||
|
||||
edos2unix README
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --with-pic --disable-static --libdir="${MYSQL_PLUGINDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc README sampledb.sql
|
||||
|
||||
# remove obsolete *.la file
|
||||
rm -f -- "${D}${MYSQL_PLUGINDIR}"/*.la
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">joaocosta/lib_mysqludf_ta</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST lib_mysqludf_udf_0.0.3.tar.gz 2516 BLAKE2B 56423a53ae04090db6a83a471dcad308e06b4df43fb7f36353c7d417273e1794574bc012b22e93935ad2fa38e2c966ebbab640e68743705464eb5afa02eecd63 SHA512 5fdaa12b3846eb3921f8fbdf9001706155287066dd488fff2bb8419b306b20cad24e677224368c80e3f3af0379a4038e5a532d855ce16366c7a152cd1127c162
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="MySQL UDFs for reporting internals from the udf interface"
|
||||
HOMEPAGE="http://www.mysqludf.org/lib_mysqludf_udf/"
|
||||
SRC_URI="http://www.mysqludf.org/${PN}/${PN}_${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/mysql-5.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
# compile helper
|
||||
_compile() {
|
||||
local CC="$(tc-getCC)"
|
||||
echo "${CC} ${@}" && "${CC}" "${@}"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
MYSQL_PLUGINDIR="$(mysql_config --plugindir)"
|
||||
MYSQL_INCLUDE="$(mysql_config --include)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
_compile ${CFLAGS} -Wall -fPIC ${MYSQL_INCLUDE} \
|
||||
-shared ${LDFLAGS} -o ${PN}.so ${PN}.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto "${MYSQL_PLUGINDIR}"
|
||||
doexe ${PN}.so
|
||||
dodoc ${PN}.sql
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Please have a look at the documentation, how to"
|
||||
elog "enable/disable the UDF functions of ${PN}."
|
||||
elog
|
||||
elog "The documentation is located here:"
|
||||
elog "/usr/share/doc/${PF}"
|
||||
elog
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST fsharp-4.0.1.20.1.tar.gz 37325028 BLAKE2B 63d3bf968e18e0ad116bc89d4d0fbdb91b05284ea47c041de01eb9d1ff58b5593c0ae9415b7527aa81b8b3cbd2d880fb812d5ed344da9fa1aa25cc82cddb20bf SHA512 a11f715b955381b720b7d9b59e3ade68566ba7756bc77312785b131154708478622f1c6ad6743030f78e15ebd0d11513bae050a638bc11c585412ef0c83ee857
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
|
||||
inherit autotools-utils mono-env
|
||||
|
||||
DESCRIPTION="The F# Compiler"
|
||||
HOMEPAGE="https://github.com/fsharp/fsharp"
|
||||
SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
MAKEOPTS+=" -j1" #nowarn
|
||||
DEPEND=">=dev-lang/mono-3"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
# try to sync certificates
|
||||
# deprecated way: mozroots --import --sync --machine
|
||||
pkg_setup() {
|
||||
#this is horrible, I know
|
||||
addwrite "/usr/share/.mono/keypairs"
|
||||
addwrite "/etc/ssl/certs/ca-certificates.crt"
|
||||
addwrite "/etc/mono/registry"
|
||||
cert-sync /etc/ssl/certs/ca-certificates.crt
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>dotnet@gentoo.org</email>
|
||||
<name>Gentoo Dotnet Project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Mono/.NET open-source, strongly typed, multi-paradigm programming language encompassing functional, imperative and object-oriented programming techniques. Most often used as a cross-platform CLI language.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">fsharp/fsharp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST dclog-1.1.1.tar.bz2 34470 BLAKE2B 71c6d0c43cfed278a679414f7e189061680021b8f987c9058becbd7ba5b7e86bb9f0cbc06d1c8507825cab260d27486b526a9ad40dfa6afa4302fa57df6ce38c SHA512 87d2801262ee9abd994178910607729df9d082f7d562b5affa2cc34d567705aa0bacf8a6f24660d4411892856a3042fb192913e32ab57caab4b927647c296703
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="A logging library for C/C++ programs"
|
||||
HOMEPAGE="https://sourceforge.net/projects/dclog/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
sed -i Makefile -e '/ -o /s|${CFLAGS}|& ${LDFLAGS}|g' || die "sed Makefile"
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC=$(tc-getCC) all
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX=/usr install
|
||||
dodoc VERSION
|
||||
dodoc docs/html/*
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription>
|
||||
dclog is a C logging library. It supports the concept of log levels,
|
||||
configurable logfile timestamps, and a configurable prefix to log
|
||||
messages.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">dclog</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST llvm-3.9.1.src.tar.xz 18130436 BLAKE2B 90afd2c06e612132bbc84c29fed59abdfdaed41f8a7590e3f60ba5072179317365f15f301f577ba050b78797f682bef8fa85ebad7391fd3e67b46eb02a5df068 SHA512 50cbe8ee911080f586e77861c442348701bd02e2de0c090c54c34f82ac275ecfcd712af0f41e387c33b4a6057778a4258a27554292fe68ab4af3fd9dd6d90683
|
||||
@@ -1,16 +0,0 @@
|
||||
this code has been rewritten in newer versions so this patch can be thrown
|
||||
away when we upgrade.
|
||||
|
||||
https://bugs.gentoo.org/612656
|
||||
|
||||
--- a/FuzzerLoop.cpp
|
||||
+++ b/FuzzerLoop.cpp
|
||||
@@ -366,7 +366,7 @@
|
||||
double Lambda = 2.0 * log(2.0) / static_cast<double>(MaxCorpusLen);
|
||||
std::exponential_distribution<> Dist(Lambda);
|
||||
std::vector<double> Sizes;
|
||||
- size_t TruncatePoints = std::max(1ul, TruncateMaxRuns / Corpus.size());
|
||||
+ size_t TruncatePoints = std::max((size_t)1, TruncateMaxRuns / Corpus.size());
|
||||
Sizes.reserve(TruncatePoints);
|
||||
for (size_t I = 0; I < TruncatePoints; ++I) {
|
||||
Sizes.push_back(Dist(MD.GetRand().Get_mt19937()) + 1);
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit cmake-multilib flag-o-matic
|
||||
|
||||
MY_P="llvm-${PV}"
|
||||
|
||||
DESCRIPTION="A fuzzing library distributed as part of LLVM"
|
||||
HOMEPAGE="http://llvm.org/docs/LibFuzzer.html"
|
||||
SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S_ROOT="${WORKDIR}/${MY_P}.src"
|
||||
S="${S_ROOT}/lib/Fuzzer"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-32-bit.patch #612656
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
sed -i '/CMAKE_CXX_FLAGS/d' CMakeLists.txt || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
append-cxxflags -std=c++11
|
||||
local mycmakeargs=(
|
||||
"-DLLVM_USE_SANITIZE_COVERAGE=ON"
|
||||
"-DLLVM_USE_SANITIZER=Address"
|
||||
"-DLIB_DIR=$(get_libdir)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
newlib.a libLLVMFuzzer.a libFuzzer.a
|
||||
newlib.a libLLVMFuzzerNoMain.a libFuzzerNoMain.a
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
dodoc "${S_ROOT}/docs/LibFuzzer.rst"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>llvm@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
DIST bloboats-1.0.2.tar.gz 7592902 BLAKE2B 045fcb26ec6f107676ddaf5166366f78e29fca2267f8baf17a6c2762fe3f4b61ff54ac4b271edcaa70a58d86d1664f5920a6d18fb24c995e344ad3ddc9f9599f SHA512 456339557270440ed4efc5b5cc217c1d1f967ba8ea630f5d9557afe4f4a6cafed749a38596bec0c5daec60cb87e9e8cf72c3a73c604e7777b804d07ff352f1c2
|
||||
@@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils games
|
||||
|
||||
DESCRIPTION="Arcade-like boat racing game combining platform jumpers and x-moto like games"
|
||||
HOMEPAGE="http://bloboats.dy.fi/"
|
||||
SRC_URI="http://mirror.kapsi.fi/bloboats.dy.fi/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2 CC-Sampling-Plus-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libsdl[opengl,video]
|
||||
media-libs/sdl-mixer[vorbis]
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/sdl-net
|
||||
virtual/opengl
|
||||
virtual/glu
|
||||
media-libs/libvorbis"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-warnings.patch
|
||||
epatch "${FILESDIR}"/${P}-gcc6.patch
|
||||
sed -i \
|
||||
-e "/PREFIX/s://:${D}:" \
|
||||
-e "/DATADIR/s:/usr/games/bloboats/data:${GAMES_DATADIR}/${PN}:" \
|
||||
-e "/BINARYDIR/s:/usr/bin:${GAMES_BINDIR}:" \
|
||||
-e "/CONFIGDIR/s:/etc:${GAMES_SYSCONFDIR}:" \
|
||||
-e "/CXXFLAGS_DEFAULT/s:-O2:${CXXFLAGS} \$(LDFLAGS):" \
|
||||
-e "/^CXX[ _]/d" \
|
||||
-e '/STRIP/d' \
|
||||
Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dogamesbin bin/bloboats
|
||||
insinto "${GAMES_DATADIR}"/${PN}
|
||||
doins -r data/*
|
||||
insinto "$GAMES_SYSCONFDIR"
|
||||
doins bloboats.dirs
|
||||
dodoc readme.txt
|
||||
prepgamesdirs
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -ruN --strip-trailing-cr bloboats-1.0.2.orig/src/menu.cpp bloboats-1.0.2/src/menu.cpp
|
||||
--- bloboats-1.0.2.orig/src/menu.cpp 2010-08-25 23:55:26.000000000 +0200
|
||||
+++ bloboats-1.0.2/src/menu.cpp 2017-10-02 16:09:23.398499565 +0200
|
||||
@@ -917,7 +917,7 @@
|
||||
exit(1);
|
||||
}
|
||||
|
||||
- ghostfile=false;
|
||||
+ ghostfile=NULL;
|
||||
ghost=false;
|
||||
} else {
|
||||
Uint32 ghostlevel = 0;
|
||||
@@ -1,24 +0,0 @@
|
||||
diff -ru bloboats-1.0.2.orig/src/menu.cpp bloboats-1.0.2/src/menu.cpp
|
||||
--- bloboats-1.0.2.orig/src/menu.cpp 2010-08-25 17:55:26.000000000 -0400
|
||||
+++ bloboats-1.0.2/src/menu.cpp 2010-11-28 01:19:57.664406227 -0500
|
||||
@@ -118,7 +118,7 @@
|
||||
bool used=false;
|
||||
|
||||
if (fgets(nick, NICK_MAXLEN+2, fp)) {
|
||||
- if (nick && strlen(nick)>1 ) {
|
||||
+ if (strlen(nick)>1 ) {
|
||||
nick[strlen(nick)-1]='\0';
|
||||
used=true;
|
||||
Player[i].setnick(nick);
|
||||
diff -ru bloboats-1.0.2.orig/src/path.cpp bloboats-1.0.2/src/path.cpp
|
||||
--- bloboats-1.0.2.orig/src/path.cpp 2006-08-02 18:05:36.000000000 -0400
|
||||
+++ bloboats-1.0.2/src/path.cpp 2010-11-28 01:19:19.385415683 -0500
|
||||
@@ -111,7 +111,7 @@
|
||||
}
|
||||
|
||||
if (type>0) {
|
||||
- if (d2) {
|
||||
+ if (*d2) {
|
||||
char *ps = new char[p.size()+1];
|
||||
strncpy (ps, p.c_str(), p.size()+1);
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,2 +0,0 @@
|
||||
DIST xe-x86-32-bin.2.16.2.tar.bz2 1610395 BLAKE2B 37db06d73f5d6e3e6192e69bb2786b979e5cb74554fce3f89fd752dba76ea223d2a7a3e90950cc0d64d69e132d5bbd9f55816f93481d752aba79aa72e5ab1e97 SHA512 b73f79854f860f7e7060c8b09e0a038b787762d3bd440b5b2825b5a702e4f32c788b883012728813e0a9dcee779f8b98b807c8af3f655fea21bd0ed1383e361c
|
||||
DIST xe-x86-64-bin.2.16.2.tar.bz2 2141614 BLAKE2B cfa386cd1a0614d21f7f32af44fe13eeaf0b2b8f65c605961b2768087788a9e9b950955ec1853a0d3302326199217b180aa448669a31f662f05c8e867e018bdc SHA512 cf8a4be4f169660138018631b4a2b6c1a42850c7fc08bd9bd184ab054bffc6fe00197baaf9628cce87608628bb33db0dabac97debd7c53466b086cf0805cc5d8
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [[ ! -d ~/.xe/modules ]] ; then
|
||||
mkdir -p ~/.xe/modules
|
||||
fi
|
||||
for f in GENTOODIR/modules/*
|
||||
do
|
||||
ln -s $f ~/.xe/modules/ 2> /dev/null
|
||||
done
|
||||
exec xe.bin "${@}"
|
||||
@@ -1,16 +0,0 @@
|
||||
--- Makefile.old 2012-12-20 21:20:49.560756950 +0100
|
||||
+++ Makefile 2012-12-20 21:22:16.644707544 +0100
|
||||
@@ -1,11 +1,9 @@
|
||||
BIN = xe
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wl,-export-dynamic -L. -L/usr/X11R6/lib -lxe -lasound -ldl -lz \
|
||||
+LDLIBS = -L. -L/usr/X11R6/lib -lxe -lasound -ldl -lz \
|
||||
-lX11 -lXext -lXv -lXinerama -lXxf86vm `pkg-config gtk+-2.0 --libs`
|
||||
|
||||
$(BIN): libxe.a
|
||||
- @ $(CC) -o $(BIN) $(CFLAGS)
|
||||
- @ strip $(BIN)
|
||||
+ $(CC) -o $(BIN) $(LDFLAGS) -Wl,-export-dynamic $(LDLIBS)
|
||||
|
||||
install:
|
||||
@ sh install.sh
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit games
|
||||
|
||||
DESCRIPTION="a multi system emulator for many console and handheld video game systems"
|
||||
HOMEPAGE="http://www.xe-emulator.com/"
|
||||
SRC_URI="amd64? ( http://www.xe-emulator.com/files/${PN}-x86-64-bin.${PV}.tar.bz2 )
|
||||
x86? ( http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2 )"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror bindist strip"
|
||||
|
||||
RDEPEND="x11-libs/libXv
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXxf86vm
|
||||
sys-libs/zlib
|
||||
media-libs/alsa-lib
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
dir=${games_get_libdir}/${PN}
|
||||
|
||||
QA_PREBUILT="${dir:1}/modules/*
|
||||
${GAMES_BINDIR:1}/xe.bin"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv -v * ${P} || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-gentoo.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newgamesbin xe xe.bin
|
||||
newgamesbin "${FILESDIR}"/xe-${PV} xe
|
||||
sed -i \
|
||||
-e "s:GENTOODIR:$(games_get_libdir)/${PN}:" "${D}/${GAMES_BINDIR}/xe" \
|
||||
|| die "sed failed"
|
||||
insinto "$(games_get_libdir)"/${PN}
|
||||
doins -r modules/ rc/
|
||||
keepdir "$(games_get_libdir)"/${PN}/bios
|
||||
dodoc README.txt
|
||||
dohtml manual.html
|
||||
prepgamesdirs
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST vdr-alcd-1.5.1.tgz 40104 BLAKE2B fdcb21a60027ed1c42202fcc5a87874859243441d7bb3f7f4bfb856d731fc66ee07dc1f755b4714bf1efe7e9ad1739a05d10a1149dc2db93d50c89624168d68c SHA512 4f0c933dd1d9ed3b31f300a9aa7debd73a2e7262eba53b969699e94f757432c0dddd760a613fadb0cfd61f5137aef6ab2909336b601f353854cda9026178e1d1
|
||||
@@ -1,22 +0,0 @@
|
||||
Index: alcd-1.5.1/thread.c
|
||||
===================================================================
|
||||
--- alcd-1.5.1.orig/thread.c
|
||||
+++ alcd-1.5.1/thread.c
|
||||
@@ -104,7 +104,7 @@ void cLCD::SetText( const char *szText )
|
||||
// only proceed, if valid data
|
||||
if( szText != NULL && strlen( szText ) > 0 ) {
|
||||
// set channel name
|
||||
- char *delim = strchr( szText, '|' );
|
||||
+ const char *delim = strchr( szText, '|' );
|
||||
if( delim ) {
|
||||
char buffer[ BUFSIZE ];
|
||||
int sLen = ( delim - szText ) >= BUFSIZE ? BUFSIZE : ( delim - szText );
|
||||
@@ -420,7 +420,7 @@ void cLCD::Replaying( const cControl *co
|
||||
if( szFileName[i] == ')' )
|
||||
strncpy( (char *)szReplayMode, szFileName + 8, i - 8 );
|
||||
}
|
||||
- char *p = strstr( szFileName + i, " : " );
|
||||
+ const char *p = strstr( szFileName + i, " : " );
|
||||
if( p )
|
||||
strncpy( szTemp, p + 3, sizeof(szTemp ));
|
||||
else
|
||||
@@ -1,44 +0,0 @@
|
||||
Index: alcd-1.5.1/Makefile
|
||||
===================================================================
|
||||
--- alcd-1.5.1.orig/Makefile
|
||||
+++ alcd-1.5.1/Makefile
|
||||
@@ -23,8 +23,8 @@ VDRINC = $(VDRDIR)/include
|
||||
LIBDIR = ../../lib
|
||||
TMPDIR = /tmp
|
||||
|
||||
-CXX = g++
|
||||
-CXXFLAGS = -O2 -Wall -Woverloaded-virtual -D_GNU_SOURCE
|
||||
+CXX ?= g++
|
||||
+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
|
||||
|
||||
-include $(VDRDIR)/Make.config
|
||||
|
||||
@@ -41,6 +41,8 @@ PACKAGE = vdr-$(ARCHIVE)
|
||||
|
||||
INCLUDES = -I$(VDRDIR)/include
|
||||
|
||||
+DEFINES += -D_GNU_SOURCE
|
||||
+
|
||||
### Allow user defined options to overwrite defaults:
|
||||
|
||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||
@@ -53,6 +55,10 @@ endif
|
||||
|
||||
OBJS = $(PLUGIN).o lcd.o thread.o setup.o
|
||||
|
||||
+### The main target:
|
||||
+
|
||||
+all: libvdr-$(PLUGIN).so i18n
|
||||
+
|
||||
### Target directory for afp-tool binary
|
||||
|
||||
PREFIX = /usr
|
||||
@@ -100,8 +106,6 @@ i18n: $(I18Nmsgs)
|
||||
|
||||
### Targets:
|
||||
|
||||
-all: libvdr-$(PLUGIN).so i18n
|
||||
-
|
||||
libvdr-$(PLUGIN).so: $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
|
||||
@cp $@ $(LIBDIR)/$@.$(APIVERSION)
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vdr@gentoo.org</email>
|
||||
<name>Gentoo VDR Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
VDR plugin: Control the LCD of the Siemens Activy 300
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit vdr-plugin-2
|
||||
|
||||
DESCRIPTION="VDR plugin: Control Activy 300 LCD"
|
||||
HOMEPAGE="http://www.htpc-forum.de"
|
||||
SRC_URI="http://www.htpc-forum.de/download/${P}.tgz"
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-video/vdr-1.6.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=("${FILESDIR}/${P}-makefile-cleanup.diff"
|
||||
"${FILESDIR}/${P}-gcc-4.4.diff")
|
||||
@@ -1 +0,0 @@
|
||||
DIST nted-1.10.18.tar.gz 4099835 BLAKE2B b6fa88abefcc2dca26e14a1a1c52fe6efe8a3e4b0b2eb14671354b54749eadbbc4a1dbea9ebcaf52137ee996b814053a28a5dd774b365b768883ae991bac0a83 SHA512 adf5b53afc9017f5fc89524c5b26e16acffd142da98296c598fa53259bb88770a7a2a1f527729adcff4819177173c4ffff90096c577d42534ea9721ecd964981
|
||||
@@ -1,11 +0,0 @@
|
||||
--- configure.in.dist 2011-01-27 13:10:04.000000000 +0000
|
||||
+++ configure.in 2013-03-07 23:17:13.529353811 +0000
|
||||
@@ -12,7 +12,7 @@
|
||||
AC_INIT([nted], [1.10.18], [nted-user@tu-chemnitz.de], [nted])
|
||||
AC_CONFIG_SRCDIR([beaming.h])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
-AM_INIT_AUTOMAKE([-Wall -Werror 1.10 foreign])
|
||||
+AM_INIT_AUTOMAKE([-Wall 1.10 foreign])
|
||||
|
||||
AC_PROG_CXX
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- idiotseditor/idiotseditor.cpp.dist 2016-09-18 10:47:58.933319888 +0200
|
||||
+++ idiotseditor/idiotseditor.cpp 2016-09-18 10:48:28.852321336 +0200
|
||||
@@ -2538,7 +2538,7 @@
|
||||
|
||||
#define BAR_COLOR 0, 0, 0
|
||||
#define NOMINATOR_COLOR 0, 0, 204
|
||||
-#define HALF_COLOR 0.0, 26, 153
|
||||
+#define HALF_COLOR 0, 26, 153
|
||||
#define QUARTER_COLOR 0, 51, 127
|
||||
#define EIGHTS_COLOR 127, 77, 102
|
||||
#define COLOR_16 0, 102, 77
|
||||
@@ -1,11 +0,0 @@
|
||||
--- nted-1.10.18/mainwindow.cpp
|
||||
+++ nted-1.10.18/mainwindow.cpp
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <ft2build.h>
|
||||
-#include <freetype/freetype.h>
|
||||
+#include FT_FREETYPE_H
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include <cairo-ps.h>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user