summaryrefslogtreecommitdiff
path: root/dev-haskell/ac-ppm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-haskell/ac-ppm
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-haskell/ac-ppm')
-rw-r--r--dev-haskell/ac-ppm/Manifest2
-rw-r--r--dev-haskell/ac-ppm/metadata.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/ac-ppm/Manifest b/dev-haskell/ac-ppm/Manifest
index 3f4e9fa388bb..789bb9f36675 100644
--- a/dev-haskell/ac-ppm/Manifest
+++ b/dev-haskell/ac-ppm/Manifest
@@ -1,3 +1,3 @@
DIST AC-PPM-1.1.1.tar.gz 2958 BLAKE2B c2d5c96eebde31a45d8bd3c956687d01fc0c56906b841816bfcc80912831324fde0ccbb67f7aff99fc3efe4797fafcec554cd2599806168c9ea8c975d6f1eb0f SHA512 c296cb02fa9d70ca1f75bfdda8e307f66c800ac0e7b110bdd4af685c6acc506f3310456519d2445f850263baa22aa317266c68166bfcb551d297296d8c4de5ef
EBUILD ac-ppm-1.1.1.ebuild 610 BLAKE2B 107593986434a69bbac726cb15bb732c8f160c6c12511f3c6ddbdbe3d1bef8ca5733c816d6f69bf9002a116af92d36a46b054dd3fbf546db7f823cc1292aaa75 SHA512 3d4bc3b1cfcfab4d4dd5bffb55bd9bc16750fd7b79affd7a77273977f11a48e9b3257f1c5031a059a2539d577ea1a9a0c2a371cf7b90ccbd9c01a8af4cc12077
-MISC metadata.xml 853 BLAKE2B 9e8a3c9d7ef69ba49739ae4e0befd08b0746eae2413064381c08b23a987e72cbc3f39ff44f1e1901675da0a868d7c41db25c2cd79aa8510ac2da2087558934eb SHA512 cc3e811eedb17c5d16bc84fcb4674fa2d21de42f8b6adec9c92a529664c44b6801a60b994bdb74cfb3ee21afaa167bf7549c8dab010004399e87c356e5ccc9d0
+MISC metadata.xml 839 BLAKE2B 3d41aedb7aa9fd730e6f6487065544a0a28fd24b2c6d110730ef87bbcddf1f017c4eae5b5827ac05aeb63db5c1103bae9d147aad91f6766f166c40c357f11cea SHA512 ee2d3abcd9ed48d8dd04a0d67c00ea06221c52003348e66eef50909f5c809104d6a1d0315e48a86f249eef52cb8845fff1763cc7607bb4079792bf176deb16f4
diff --git a/dev-haskell/ac-ppm/metadata.xml b/dev-haskell/ac-ppm/metadata.xml
index 435999615a27..6eebf314be89 100644
--- a/dev-haskell/ac-ppm/metadata.xml
+++ b/dev-haskell/ac-ppm/metadata.xml
@@ -7,10 +7,10 @@
</maintainer>
<longdescription>
This package is written in 100% Haskell and enables you to
- write PPM (\&quot;Portable Pixel Map\&quot;) images in human-readable
+ write PPM (\"Portable Pixel Map\") 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
+ For those that don'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