[gentoo-commits] dev/mrueg:master commit in: dev-python/filemagic/

2016-08-28 Thread Manuel Rüger
commit: 112432e32f15adfc4bebf58577070f6e035184c9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Aug 28 20:35:26 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Aug 28 20:35:26 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=112432e3

dev-python/filemagic: Moved to the tree

 dev-python/filemagic/Manifest |  1 -
 dev-python/filemagic/filemagic-1.6.ebuild | 21 -
 dev-python/filemagic/metadata.xml |  8 
 3 files changed, 30 deletions(-)

diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
deleted file mode 100644
index 6b3f189..000
--- a/dev-python/filemagic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST filemagic-1.6.tar.gz 16754 SHA256 
e684359ef40820fe406f0ebc5bf8a78f89717bdb7fed688af68082d991d6dbf3 SHA512 
2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
 WHIRLPOOL 
3bc18e084f17d3c74f3ebf5cef4cb884d80bf3fa994358fa5bbb9bf716353fa1cad18a6856f14ce7bad57a07f7180aa4aed47058d557eb445e4a0dc194637032

diff --git a/dev-python/filemagic/filemagic-1.6.ebuild 
b/dev-python/filemagic/filemagic-1.6.ebuild
deleted file mode 100644
index 97ae184..000
--- a/dev-python/filemagic/filemagic-1.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="File type identification using libmagic"
-HOMEPAGE="https://pypi.python.org/pypi/filemagic;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""

diff --git a/dev-python/filemagic/metadata.xml 
b/dev-python/filemagic/metadata.xml
deleted file mode 100644
index bfcb697..000
--- a/dev-python/filemagic/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mr...@gentoo.org
-   Manuel Rüger
-   
-



[gentoo-commits] dev/mrueg:master commit in: dev-python/filemagic/

2016-04-07 Thread Manuel Rüger
commit: a7502a2daa48db012fee4a0bdcbce02ffc4100a2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr  7 23:53:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr  7 23:53:05 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a7502a2d

dev-python/filemagic: Initial version, import from last-hope overlay

Package-Manager: portage-2.2.28

 dev-python/filemagic/Manifest |  1 +
 dev-python/filemagic/filemagic-1.6.ebuild | 21 +
 dev-python/filemagic/metadata.xml |  8 
 3 files changed, 30 insertions(+)

diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644
index 000..6b3f189
--- /dev/null
+++ b/dev-python/filemagic/Manifest
@@ -0,0 +1 @@
+DIST filemagic-1.6.tar.gz 16754 SHA256 
e684359ef40820fe406f0ebc5bf8a78f89717bdb7fed688af68082d991d6dbf3 SHA512 
2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
 WHIRLPOOL 
3bc18e084f17d3c74f3ebf5cef4cb884d80bf3fa994358fa5bbb9bf716353fa1cad18a6856f14ce7bad57a07f7180aa4aed47058d557eb445e4a0dc194637032

diff --git a/dev-python/filemagic/filemagic-1.6.ebuild 
b/dev-python/filemagic/filemagic-1.6.ebuild
new file mode 100644
index 000..97ae184
--- /dev/null
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="File type identification using libmagic"
+HOMEPAGE="https://pypi.python.org/pypi/filemagic;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""

diff --git a/dev-python/filemagic/metadata.xml 
b/dev-python/filemagic/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/filemagic/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+