commit:     0558c77449df323d69eaef30c2bfed6a20e9e57e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 19:22:15 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 19:31:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0558c774

dev-haskell/raw-strings-qq: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/raw-strings-qq/metadata.xml              | 14 +-------------
 dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild |  6 +++---
 2 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/dev-haskell/raw-strings-qq/metadata.xml 
b/dev-haskell/raw-strings-qq/metadata.xml
index 5ad95befed5..b7878815d80 100644
--- a/dev-haskell/raw-strings-qq/metadata.xml
+++ b/dev-haskell/raw-strings-qq/metadata.xml
@@ -1,20 +1,8 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
        <maintainer type="project">
                <email>hask...@gentoo.org</email>
                <name>Gentoo Haskell</name>
        </maintainer>
-       <longdescription>
-               A quasiquoter for raw string literals - that is, string 
literals that don't
-               recognise the standard escape sequences (such as @\'\\n\'@). 
Basically, they
-               make your code more readable by freeing you from the 
responsibility to
-               escape backslashes. They are useful when working with regular 
expressions,
-               DOS/Windows paths and markup languages (such as XML).
-               
-               See @examples/RawRegex.hs@ for a usage example.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">23Skidoo/raw-strings-qq</remote-id>
-       </upstream>
 </pkgmetadata>

diff --git a/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild 
b/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild
index 58b87fc6214..a3fa35fcd57 100644
--- a/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild
+++ b/dev-haskell/raw-strings-qq/raw-strings-qq-1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.6.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal

Reply via email to