From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-gfx/tintii/Manifest | 3 +++ media-gfx/tintii/metadata.xml | 5 +++++ media-gfx/tintii/tintii-2.8.0.ebuild | 26 ++++++++++++++++++++++++++ media-gfx/tintii/tintii-2.8.2.ebuild | 25 +++++++++++++++++++++++++ media-gfx/tintii/tintii-2.9.0.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 84 insertions(+) create mode 100644 media-gfx/tintii/Manifest create mode 100644 media-gfx/tintii/metadata.xml create mode 100644 media-gfx/tintii/tintii-2.8.0.ebuild create mode 100644 media-gfx/tintii/tintii-2.8.2.ebuild create mode 100644 media-gfx/tintii/tintii-2.9.0.ebuild (limited to 'media-gfx/tintii') diff --git a/media-gfx/tintii/Manifest b/media-gfx/tintii/Manifest new file mode 100644 index 000000000000..dd07a46e7108 --- /dev/null +++ b/media-gfx/tintii/Manifest @@ -0,0 +1,3 @@ +DIST tintii-2.8.0.tar.gz 411148 SHA256 898b202ae00a023fd6e50f0075d9861a00e2a37d4234dda91e625a4e90165aa1 SHA512 6510ebad55f0df8c352daa541a8af828fdd83c09134a106b07c4a21b75b63ad1d2d33cdf73855540214ba99c4c5e5ae20ed5f9fcace165b5bbc1fd9312c3f149 WHIRLPOOL 4f895b45740bd7fa450511c62ba6f24bfda695054f1d49d3f68468de3e241bfbb0ab1682be9e37edc0e4e15c34a3f77db9840958bb88e2aa73080c2b9262c53c +DIST tintii-2.8.2.tar.gz 504650 SHA256 2018aea9337a1a631ab70d8f17feddad1d573825a852586faacc53f3732494f8 SHA512 c58b44f734a2b8bde6363d21dbff17593234fd90e72ec3f5e5526d06acb6a118210167e0519db93e00b4074d55831623c0fe16d6e17a9033d5f432f2a249ab7a WHIRLPOOL f4ba829706a6ee38cba480c8df862f96244c060d811e20b19d3e3c89297f267dd9bdd24826d47b347b13a6dfdb80ebfca830509f45090234901f4b212f0ff8d8 +DIST tintii-2.9.0.tar.gz 506063 SHA256 d95036d9ede5c2ff28cb4f2899f3bd1f3a09cebeff70d54f9d4f5ff209d15539 SHA512 ce31199038cb1b096ce1cebe88292749add4d2a40c74ea7182e6458ebbef9ce09bb7241609e59d9a1700ba677ae9c4f5f2013fa6299e9a7f75afd7c525d93df9 WHIRLPOOL aa4368ba15227a970a11b97be9615688d1c79b78b0d790164940f5844ba538368cb086ecdf50e2a2d69da2ba5266258a723d244d3590aaa5cfadd1088e7f48dc diff --git a/media-gfx/tintii/metadata.xml b/media-gfx/tintii/metadata.xml new file mode 100644 index 000000000000..e770d1bc9a96 --- /dev/null +++ b/media-gfx/tintii/metadata.xml @@ -0,0 +1,5 @@ + + + +graphics + diff --git a/media-gfx/tintii/tintii-2.8.0.ebuild b/media-gfx/tintii/tintii-2.8.0.ebuild new file mode 100644 index 000000000000..ce239970142b --- /dev/null +++ b/media-gfx/tintii/tintii-2.8.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +WX_GTK_VER="2.8" + +inherit autotools wxwidgets + +DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" +HOMEPAGE="http://www.indii.org/software/tintii" +SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + dev-libs/boost:=" + +src_prepare() { + sed -i 's/^\(AM_CXXFLAGS = $(DEPS_CXXFLAGS)\).*/\1/' Makefile.am + eautoreconf +} diff --git a/media-gfx/tintii/tintii-2.8.2.ebuild b/media-gfx/tintii/tintii-2.8.2.ebuild new file mode 100644 index 000000000000..0e6dd5ee7b17 --- /dev/null +++ b/media-gfx/tintii/tintii-2.8.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +WX_GTK_VER="3.0" + +inherit autotools wxwidgets + +DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" +HOMEPAGE="http://www.indii.org/software/tintii" +SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + dev-libs/boost" + +src_prepare() { + sed -i 's/^\(AM_CXXFLAGS = $(DEPS_CXXFLAGS)\).*/\1/' Makefile.am || die + eautoreconf +} diff --git a/media-gfx/tintii/tintii-2.9.0.ebuild b/media-gfx/tintii/tintii-2.9.0.ebuild new file mode 100644 index 000000000000..0e6dd5ee7b17 --- /dev/null +++ b/media-gfx/tintii/tintii-2.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +WX_GTK_VER="3.0" + +inherit autotools wxwidgets + +DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" +HOMEPAGE="http://www.indii.org/software/tintii" +SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + dev-libs/boost" + +src_prepare() { + sed -i 's/^\(AM_CXXFLAGS = $(DEPS_CXXFLAGS)\).*/\1/' Makefile.am || die + eautoreconf +} -- cgit v1.2.3-65-gdbad