diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-themes/gtk-engines-experience | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-themes/gtk-engines-experience')
4 files changed, 78 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-experience/Manifest b/x11-themes/gtk-engines-experience/Manifest new file mode 100644 index 000000000000..fb5450ba314c --- /dev/null +++ b/x11-themes/gtk-engines-experience/Manifest @@ -0,0 +1,2 @@ +DIST experience-0.10.4.tar.bz2 280629 SHA256 1b6eccd1298855f3950957d73e3c50ccd5f7b8e7eaa4320c6e8cd7a3dcab4f75 SHA512 c2636202020eb117ca4e6cf400205d58a3b0611361661d9d8b99996abae91cdb1487867ba55fa9063b36e12ba1b2574effb77651c52b5a13847b1de9ffb024b7 WHIRLPOOL 5b8cf4274605128594d11758233cb3bc04be67968bf61f8b2c23530d820efcd07c16db7126a4bdee30afe43b1ddfc1cb4b4976dbf68fbc01645f2e689b19df30 +DIST gtk-engine-experience-0.10.5.tar.bz2 266776 SHA256 12022638abe46ab25c9c2de8b94a697e7b45b963c3c452ec5165e943d0b31c3e SHA512 c783b5bb19cbdda202cdc5294b27fad5b9854bdebb2ffce28ba675d743ab385dc82fa63dcfc1818207847de4be37daea9177affa179339edcfe622c9fd2a6604 WHIRLPOOL 90dae635527b5731daf3c14d21e8c25a85a257de4e16e72936de21d2471501661e8f14ce8f3576b5a2d1bb50112c740569d70aa55e806ec83dafd8715a476f23 diff --git a/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild b/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild new file mode 100644 index 000000000000..377972d901d2 --- /dev/null +++ b/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +inherit autotools + +MY_PN=experience +MY_P=${MY_PN}-${PV} + +DESCRIPTION="GTK+ Experience Theme Engine" +HOMEPAGE="http://benjamin.sipsolutions.net/Projects/eXperience" +SRC_URI="http://benjamin.sipsolutions.net/${MY_PN}/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="2" +KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.6:2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${P/engines/engine} + +src_prepare() { + eautoreconf # need new libtool for interix +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.5.ebuild b/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.5.ebuild new file mode 100644 index 000000000000..e80734311197 --- /dev/null +++ b/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit autotools eutils + +MY_P=${P/engines/engine} + +DESCRIPTION="GTK+ Experience Theme Engine" +HOMEPAGE="http://benjamin.sipsolutions.net/Projects/eXperience" +SRC_URI="http://benjamin.sipsolutions.net/experience/${MY_P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="2" +KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.6:2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + eautoreconf # need new libtool for interix +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/x11-themes/gtk-engines-experience/metadata.xml b/x11-themes/gtk-engines-experience/metadata.xml new file mode 100644 index 000000000000..109f2e6d74e1 --- /dev/null +++ b/x11-themes/gtk-engines-experience/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <longdescription> + This engine is a very flexible pixmap based GTK-Engine. It is able + to draw widgets as a stack of multiple images. Each of the images + can be manipulated in different ways before being drawn. You can, + for example, change the color, rotate and mirror images. + </longdescription> +</pkgmetadata> |