diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-gfx/jpegoptim | |
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 'media-gfx/jpegoptim')
-rw-r--r-- | media-gfx/jpegoptim/Manifest | 3 | ||||
-rw-r--r-- | media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild | 17 | ||||
-rw-r--r-- | media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild | 17 | ||||
-rw-r--r-- | media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild | 17 | ||||
-rw-r--r-- | media-gfx/jpegoptim/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/media-gfx/jpegoptim/Manifest b/media-gfx/jpegoptim/Manifest new file mode 100644 index 000000000000..6a2a6958f30f --- /dev/null +++ b/media-gfx/jpegoptim/Manifest @@ -0,0 +1,3 @@ +DIST jpegoptim-1.3.1.tar.gz 94173 SHA256 4cf898848d70cae04165259a53ac5e67ddcc5a59f3ecac7f57a8fc4f58a253ef SHA512 2ad42ab038bb6e01f9d34b062fb346934938acdc54a8962a93533cd8c6ddc01444b1c1b65bc61f40e05138230758b57ea026aee86f17d69ae35c86e36d5304f5 WHIRLPOOL 4ec11ca184f6b133966de749fe3eb8c9b4ab07e6d03311210299fd7d68e0a7afd4570b39cb772d84f03da4f9cffe5d1201993bbb7795ae067b16cd2744e36c42 +DIST jpegoptim-1.4.0.tar.gz 96981 SHA256 bf76bedd12ed112bef48f8e7f09c234e3ea7a22c2d4168dbc1423fa41901e891 SHA512 141dc7e3a159cb7eb75e2e3de60f600820ab9f70f45fcbeda5bd0bcda30d62c9266c97254f2913f9d5b6e08532c0a765bca5a0493cd6f7e37269c8790f0c4f85 WHIRLPOOL 47fe629b088142d37ceaad3a05c882dc6376c9803805560e81f551d3af3385a0ed411987b44bad400a8f78c17550647e8bcf6ec4ec4df62adf134e0ecbb216b9 +DIST jpegoptim-1.4.2.tar.gz 98028 SHA256 4887409021a664465ac268ca09b4f92868908b9af57e86fa30622998311206c4 SHA512 79483078ca57fe78e381fc10361d5cccaee36a15ddf9fae60d7887135d376405b6e66c0f253c39d62d35ac79261d736f7224757919b051a001aa554950b90a15 WHIRLPOOL e1c87ad9ce9aaa8232de278db2081547eb11151b4f491c6fefa6619869402ec9b432d42ca9c943c64152bbee344e69126516b7c06b5cba372fc12e3448c45abd diff --git a/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild b/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild new file mode 100644 index 000000000000..007586b22a7a --- /dev/null +++ b/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Utility to optimize JPEG files" +HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" +SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" + +LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version' +SLOT="0" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="virtual/jpeg:0" +DEPEND="${RDEPEND}" diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild new file mode 100644 index 000000000000..70a9509b4ec6 --- /dev/null +++ b/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Utility to optimize JPEG files" +HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" +SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" + +LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version' +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="virtual/jpeg:0" +DEPEND="${RDEPEND}" diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild b/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild new file mode 100644 index 000000000000..183fa3082c34 --- /dev/null +++ b/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Utility to optimize JPEG files" +HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" +SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" + +LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version' +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="virtual/jpeg:0" +DEPEND="${RDEPEND}" diff --git a/media-gfx/jpegoptim/metadata.xml b/media-gfx/jpegoptim/metadata.xml new file mode 100644 index 000000000000..e770d1bc9a96 --- /dev/null +++ b/media-gfx/jpegoptim/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>graphics</herd> +</pkgmetadata> |