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 /dev-libs/liblzw | |
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 'dev-libs/liblzw')
-rw-r--r-- | dev-libs/liblzw/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/liblzw/liblzw-0.1.2.ebuild | 19 | ||||
-rw-r--r-- | dev-libs/liblzw/liblzw-0.2.ebuild | 17 | ||||
-rw-r--r-- | dev-libs/liblzw/metadata.xml | 11 |
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-libs/liblzw/Manifest b/dev-libs/liblzw/Manifest new file mode 100644 index 000000000000..107b4d3a4700 --- /dev/null +++ b/dev-libs/liblzw/Manifest @@ -0,0 +1,2 @@ +DIST liblzw-0.1.2.tar.bz2 930710 SHA256 8bb307bb1d1c3c6d4e477b52ce9f2bd42728ac8ef6f018e6ca61fab72490c3ef SHA512 ecdaa6391eb9fe1e17361a5e01e32046f8418a8c9d5f1893831ada3e68fc939a716fff46950572f4cbc7c876ca74a0485617bb261ed858f47b82da595cf41742 WHIRLPOOL 0cd30a8a5a4bc8901afd439e2536657a384734aa1b654e44cc999894929a11de14d6e5098dc3f370f8e9f635c2b5089cbebd3d3070994f1534276dfaa2d7a3cf +DIST liblzw-0.2.tar.lzma 868300 SHA256 0688acd09f93f3d5e7fdfd3c5cc988c1940d22b9d71618fb4a2c79e8d118f8dc SHA512 46b14fe83793e9611c9ee969f699fe752f4d2df46a53b0f975fbce9805259fe4024c42df6f4946fc6dd7270b9b15307c54f31417309806ab6c616abcee73d9bf WHIRLPOOL 1ea89bf03015c9a006b0c3534edaa4a7c08c2748da45ff4df3a91de90abdd03696cbd6b6a9d6fb7e748456a6dbff891703b1e6db11a4336d862416f26d3a17de diff --git a/dev-libs/liblzw/liblzw-0.1.2.ebuild b/dev-libs/liblzw/liblzw-0.1.2.ebuild new file mode 100644 index 000000000000..960d56a4ebc6 --- /dev/null +++ b/dev-libs/liblzw/liblzw-0.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="small C library for reading LZW compressed files (.Z)" +HOMEPAGE="https://github.com/vapier/liblzw" +SRC_URI="mirror://sourceforge/freestdf/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 arm hppa ia64 m68k s390 sh x86" +IUSE="" + +DEPEND="" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/dev-libs/liblzw/liblzw-0.2.ebuild b/dev-libs/liblzw/liblzw-0.2.ebuild new file mode 100644 index 000000000000..bafb7866b538 --- /dev/null +++ b/dev-libs/liblzw/liblzw-0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="small C library for reading LZW compressed files (.Z)" +HOMEPAGE="https://github.com/vapier/liblzw" +SRC_URI="mirror://sourceforge/freestdf/${P}.tar.lzma" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 arm hppa ia64 m68k s390 sh x86" +IUSE="" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/dev-libs/liblzw/metadata.xml b/dev-libs/liblzw/metadata.xml new file mode 100644 index 000000000000..97af1306a233 --- /dev/null +++ b/dev-libs/liblzw/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>vapier@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="sourceforge">freestdf</remote-id> + <remote-id type="github">vapier/liblzw</remote-id> + </upstream> +</pkgmetadata> |