diff --git a/metadata/layout.conf b/metadata/layout.conf index 7b2c8d3..be2bc91 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,26 +1,4 @@ -# This went live Wednesday, July 4, 2012 at 10:00 UTC -# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml -# and/or GLEP 59. -manifest-hashes = SHA256 SHA512 WHIRLPOOL - -# Bug #470670 - gentoo's council says to deprecate -# EAPIs 1 and 2. -eapis-deprecated = 1 2 - -# Bug #337853 - gentoo's council says to enable -# --echangelog by default for the "gentoo" repo -update-changelog = true - -# Make egencache generate newer (more reliable) -# md5-dict cache format (see bug #409445). -# NOTE: list md5-dict first so clients prefer it -# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1 -# 2012 was the removal date) -cache-formats = md5-dict - -# Support for implicit masters is deprecated, so we need to explicitly -# specify that this repo does not dependent on any masters, in order -# to distinguish it from repos that rely on the deprecated behavior. masters = gentoo -thin-manifests = true sign-manifests = false +thin-manifests = true +manifest-hashes = SHA256 SHA512 WHIRLPOOL diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..bb16fa8 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +kressh diff --git a/www-client/vimb/Manifest b/www-client/vimb/Manifest new file mode 100644 index 0000000..59379f6 --- /dev/null +++ b/www-client/vimb/Manifest @@ -0,0 +1 @@ +DIST vimb-2.11.tar.gz 130722 SHA256 2ec583e6e425f8d620b54db6bcc56483770c7c5fd3f93b0429ddd6f7a7553935 SHA512 f61237f6c6bce18954e8a58fe2b25e9803b80b48f1de99cad00fb7e6581240490f1a2fcfe1a34a429b521a44dc0c99d3c7420c5a47ee591000b2868354843788 WHIRLPOOL f76a453f061ffa0c2d535d7fe2f668535488ca4810d050c3bcce2a7fd828e4668297c5209f714582f7e5da2eef47c33734b0f69d22da929337962bbba1a95415 diff --git a/www-client/vimb/vimb-2.11.ebuild b/www-client/vimb/vimb-2.11.ebuild new file mode 100644 index 0000000..98a710a --- /dev/null +++ b/www-client/vimb/vimb-2.11.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs eutils + +DESCRIPTION="a fast, lightweight, vim-like browser based on webkit" +HOMEPAGE="http://fanglingsu.github.io/vimb/" +SRC_URI="https://github.com/fanglingsu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk3" + +RDEPEND=" + >=net-libs/libsoup-2.38:2.4 + !gtk3? ( + >=net-libs/webkit-gtk-1.5.0:2 + x11-libs/gtk+:2 + ) + gtk3? ( + >=net-libs/webkit-gtk-1.5.0:3 + x11-libs/gtk+:3 + ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + # force verbose build + sed -e '/@echo "\($(CC)\|${CC}\) $@"/d' \ + -e 's/@$(CC)/$(CC)/' \ + -i Makefile || die + + epatch_user +} + +src_compile() { + local myconf + use gtk3 && myconf+=" GTK=3" + + emake CC="$(tc-getCC)" ${myconf} +} + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install +} diff --git a/x11-misc/trayion/ChangeLog.txt b/x11-misc/trayion/ChangeLog.txt deleted file mode 100644 index 91bb45c..0000000 --- a/x11-misc/trayion/ChangeLog.txt +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for x11-misc/trayion -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*trayion-0.1.2 (03 Jan 2010) - - 03 Jan 2010; Rafael Goncalves Martins - +trayion-0.1.2.ebuild, +metadata.xml: - Initial import. - diff --git a/x11-misc/trayion/trayion-1.4.ebuild b/x11-misc/trayion/trayion-1.4.ebuild index 0ca4fb9..41f0e73 100644 --- a/x11-misc/trayion/trayion-1.4.ebuild +++ b/x11-misc/trayion/trayion-1.4.ebuild @@ -17,10 +17,14 @@ IUSE="" DEPEND="x11-libs/libX11" src_compile() { - emake -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}" + export X11CFLAGS=' -I/usr/include/X11' + export X11LDFLAGS=' -L/usr/lib/X11 -lX11' + make + # -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}" } src_install() { + die 'test' dobin trayicon doman trayicon.1 dodoc AUTHORS README