Coder Social home page Coder Social logo

anyc-overlay's Introduction

anyc-overlay

My personal Gentoo overlay

anyc-overlay's People

Contributors

anyc avatar gitgud-software avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

anyc-overlay's Issues

OpenSpades binary installation location is wrong

/opt/bin/openspades contains the following script:

#! /bin/sh

PWD=$(pwd)

cd /opt/openspades/bin/

./OpenSpades

However, the OpenSpades executable is located at /opt/openspades/games/ upon install, at least for me.

On a side note, /opt/openspades/share/applications contains openspades.desktop but that icon should be moved to a place where the system will recognize it exists (/usr/share/applications/) during the install process.

The program will launch normally if launched in /opt/openspades/games/, fortunately.

intel-thermald

Could you please update the ebuild for the intel-thermald?

When emerging, I get a 404 error when fetching, and there also seems to be outdated in terms of versions.

Latest one seems to be 1.04, while this one is 1.0

Thanks

moving package into gentoo

I'd like to take your dev-util/intel-ocl-sdk ebuild into gentoo. If you have any desire to maintain it in gentoo I will be happy to add you to the metadata as maintainer and have all bugs assigned to both of us. I appreciate your work on this ebuild.

shashlik-bin fails to install, bad dosym calls

 * shashlik_0.9.3.deb SHA256 SHA512 WHIRLPOOL size ;-) ...               [ ok ]
>>> Unpacking source...
>>> Unpacking shashlik_0.9.3.deb to /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work
>>> Unpacking data.tar.xz to /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work
>>> Source unpacked in /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work
>>> Preparing source in /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work ...
>>> Source compiled.
>>> Test phase [not enabled]: app-emulation/shashlik-bin-0.9.3

>>> Install shashlik-bin-0.9.3 into /var/tmp/portage/app-emulation/shashlik-bin-0.9.3/image/ category app-emulation
 * ERROR: app-emulation/shashlik-bin-0.9.3::anyc failed (install phase):
 *   dosym: dosym target omits basename: '/usr/bin/'
 * 
 * If you need support, post the output of `emerge --info '=app-emulation/shashlik-bin-0.9.3::anyc'`,
 * the complete build log and the output of `emerge -pqv '=app-emulation/shashlik-bin-0.9.3::anyc'`.
 * The complete build log is located at '/var/tmp/portage/app-emulation/shashlik-bin-0.9.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/shashlik-bin-0.9.3/temp/environment'.
 * Working directory: '/var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work'
 * S: '/var/tmp/portage/app-emulation/shashlik-bin-0.9.3/work'

Matlab ebuild?

Hey there - why don't you push the matlab ebuild to the gentoo-science overlay? I already pushed at least one package which can be built both against matlab or octave - tit would be great to have a matlab package atom I can add as a dep if the matlab flag is on.

Cheers

intel-thermald-1.2

Hello,

I adapted the existing intel-thermald ebuild for v1.2. Feel free to integrate.


# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit systemd autotools

DESCRIPTION="Thermal daemon for Intel architectures"
HOMEPAGE="https://01.org/linux-thermal-daemon"
SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> thermal_daemon-${PV}.tar.gz"

LICENSE="GPL2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
S=${WORKDIR}/thermal_daemon-${PV}

DEPEND="dev-libs/dbus-glib
    dev-libs/libxml2"

src_prepare() {
    eautoreconf
}

src_configure() {
    econf --with-systemdsystemunitdir=$(systemd_get_unitdir)
}

src_install() {
    default

    dobin tools/thermald_set_pref.sh
    doinitd "${FILESDIR}/thermald"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.