mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-text/dblatex: remove unused patches
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15912 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
09d3060468
commit
7a6aaa6546
@@ -1,15 +0,0 @@
|
||||
diff -Naur dblatex-0.3.7-orig/scripts/dblatex dblatex-0.3.7/scripts/dblatex
|
||||
--- dblatex-0.3.7-orig/scripts/dblatex 2015-08-07 10:47:53.000000000 +0100
|
||||
+++ dblatex-0.3.7/scripts/dblatex 2015-11-08 22:30:50.362571505 +0000
|
||||
@@ -1,8 +1,10 @@
|
||||
#! /usr/bin/env python
|
||||
import sys
|
||||
import os
|
||||
+import logging
|
||||
|
||||
-package_base = os.path.join(os.path.dirname(sys.argv[0]), "..")
|
||||
+logging.basicConfig()
|
||||
+package_base = "/usr/share/dblatex"
|
||||
sys.path.append(os.path.realpath(os.path.join(package_base, "lib")))
|
||||
|
||||
from dbtexmf.dblatex import dblatex
|
||||
@@ -1,28 +0,0 @@
|
||||
--- dblatex-0.3.7-orig/setup.py 2015-08-07 10:47:53.000000000 +0100
|
||||
+++ dblatex-0.3.7/setup.py 2015-11-08 22:39:03.076213227 +0000
|
||||
@@ -23,7 +23,6 @@
|
||||
from distutils import log
|
||||
from subprocess import Popen, PIPE
|
||||
sys.path.append("lib")
|
||||
-from contrib.debian.installer import DebianInstaller
|
||||
|
||||
#
|
||||
# Build the command line script
|
||||
@@ -363,15 +362,12 @@
|
||||
status += "no"
|
||||
mis_stys.append(sty)
|
||||
print status
|
||||
-
|
||||
+
|
||||
if mis_stys:
|
||||
raise OSError("not found: %s" % ", ".join(mis_stys))
|
||||
|
||||
def run(self):
|
||||
- if self.install_layout == "deb":
|
||||
- db = DebianInstaller(self)
|
||||
- else:
|
||||
- db = None
|
||||
+ db = None
|
||||
|
||||
if not(db) and not(self.nodeps):
|
||||
try:
|
||||
Reference in New Issue
Block a user