public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/ac-ppm/
@ 2016-09-11 10:01 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2016-09-11 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6d639f7e685a8cc4b378d23364ec874407da7f39
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:39:49 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 10:01:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d639f7e

dev-haskell/ac-ppm: PPM image writer, a depend of app-forensics/quickfuzz

Package-Manager: portage-2.3.0

 dev-haskell/ac-ppm/Manifest            |  1 +
 dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-haskell/ac-ppm/metadata.xml        | 20 ++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-haskell/ac-ppm/Manifest b/dev-haskell/ac-ppm/Manifest
new file mode 100644
index 00000000..92d077e
--- /dev/null
+++ b/dev-haskell/ac-ppm/Manifest
@@ -0,0 +1 @@
+DIST AC-PPM-1.1.1.tar.gz 2958 SHA256 783e93443321e5a1a1fcb63ee266bd21b9f2daf0b2bed8e6cfa0746a1dff5c78 SHA512 c296cb02fa9d70ca1f75bfdda8e307f66c800ac0e7b110bdd4af685c6acc506f3310456519d2445f850263baa22aa317266c68166bfcb551d297296d8c4de5ef WHIRLPOOL 182331ab2e10fd4b5a812d8decd1c9ae03af68a6bbadfdac951b15156e0b09a04f213813d47a805197149386090b2d8113e8a17ba8578bec44f6170dcd8cc2c6

diff --git a/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
new file mode 100644
index 00000000..41bcfce
--- /dev/null
+++ b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="AC-PPM"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Trivial package for writing PPM images"
+HOMEPAGE="http://hackage.haskell.org/package/AC-PPM"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.6
+"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-haskell/ac-ppm/metadata.xml b/dev-haskell/ac-ppm/metadata.xml
new file mode 100644
index 00000000..4359996
--- /dev/null
+++ b/dev-haskell/ac-ppm/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
+	<longdescription>
+		This package is written in 100% Haskell and enables you to
+		write PPM (\&quot;Portable Pixel Map\&quot;) images in human-readable
+		text format as well as the more efficient binary format.
+		It uses the ByteString library for maximum efficiency.
+		For those that don&#39;t know, PPM is an image file format
+		which is trivially simple, but therefore horribly inefficient.
+		None the less, many programs can read PPM files, so this
+		package represents an easy way to write Haskell code that
+		generates images, without having to depend on any external
+		C code.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/ac-ppm/
@ 2020-06-06 17:56 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2020-06-06 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9eca125e2b94b91561b1f90990b845a24e160260
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  6 10:59:54 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 17:56:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eca125e

dev-haskell/ac-ppm: update homepage link

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
index 1d4b492bceb..fb0afc8557c 100644
--- a/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
+++ b/dev-haskell/ac-ppm/ac-ppm-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_PN="AC-PPM"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Trivial package for writing PPM images"
-HOMEPAGE="http://hackage.haskell.org/package/AC-PPM"
+HOMEPAGE="https://hackage.haskell.org/package/AC-PPM"
 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-06 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/ac-ppm/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-06-06 17:56 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox