summaryrefslogtreecommitdiff
path: root/dev-python/lupy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/lupy
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/lupy')
-rw-r--r--dev-python/lupy/Manifest3
-rw-r--r--dev-python/lupy/lupy-0.2.1-r2.ebuild31
-rw-r--r--dev-python/lupy/metadata.xml14
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/lupy/Manifest b/dev-python/lupy/Manifest
deleted file mode 100644
index cf6e47b1d178..000000000000
--- a/dev-python/lupy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Lupy-0.2.1.tar.gz 52269 BLAKE2B 1b8e0410dc480a779dfcdc86f561f7d4c5322660c4e3623f2c6e702f64392b07257efbb6404af43ab627699e2d9aa61a4bc81cf279188e9f314064364ca4f343 SHA512 3ecfaced8ea8005e2fdb57f87546e9128eaf2174d27109b3e3ffbd32cf4f2dd23d2568eac7ff4b3f93a05f4efc19a6eb7f89811f1d6d1441e66f6f955184ff64
-EBUILD lupy-0.2.1-r2.ebuild 650 BLAKE2B 56e4a2118cc8566c0ea62d04fe106028e533caf26732b494f4985adf26e5bf41aa2c8cc660502970ff5b18f0f6b4cbd9e06bd208d3e8d7d979d8bd9109b21e8d SHA512 4c06c24d990f5de79fc2e1cbbcba8f1227e1092795c603087bd01c3477ad741dad9a9fb880b05cddc3439d3fb0d9332bcd810c22a23a0f7f68c584827387307c
-MISC metadata.xml 393 BLAKE2B 0dad276ad1da503c4fb0845012daa9d359dc47a4b554d1f062d7d0d02218ba90795ef82516b30b8745f4f4e0fb00d859361aa35998af640c40181c3ebf2c6a77 SHA512 23dc92c93c8270163b3bed19107e4f2fa30d96c5da86353c865dbca4fbccdf2a88969d1a498385774bd9efa96136137026da5e56931896fc10146c7bca9de751
diff --git a/dev-python/lupy/lupy-0.2.1-r2.ebuild b/dev-python/lupy/lupy-0.2.1-r2.ebuild
deleted file mode 100644
index c828e128b7ac..000000000000
--- a/dev-python/lupy/lupy-0.2.1-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="Lupy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Lupy is a is a full-text indexer and search engine written in Python"
-HOMEPAGE="https://pypi.org/project/Lupy/"
-SRC_URI="mirror://sourceforge/lupy/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~s390 x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="changelog.txt releasenotes.txt"
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/lupy/metadata.xml b/dev-python/lupy/metadata.xml
deleted file mode 100644
index d4dce3c126cb..000000000000
--- a/dev-python/lupy/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lordvan@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">lupy</remote-id>
- </upstream>
-</pkgmetadata>