pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dir2ogg: needs python 2.7 but its dependencies do not support it



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Dec 16 12:27:05 2021 +0100
Changeset:	02f0b28aadf098d6ebc510369713624a67c71862

Modified Files:
	Makefile
Removed Files:
	dir2ogg/DESCR
	dir2ogg/Makefile
	dir2ogg/PLIST
	dir2ogg/distinfo

Log Message:
dir2ogg: needs python 2.7 but its dependencies do not support it

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02f0b28aadf098d6ebc510369713624a67c71862

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 -
 dir2ogg/DESCR    |  2 --
 dir2ogg/Makefile | 26 --------------------------
 dir2ogg/PLIST    |  3 ---
 dir2ogg/distinfo |  5 -----
 5 files changed, 37 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f2fe0cb8cb..2845cb6666 100644
--- a/Makefile
+++ b/Makefile
@@ -642,7 +642,6 @@ SUBDIR+=	digitemp
 SUBDIR+=	dillo-devel
 SUBDIR+=	ding
 SUBDIR+=	dionysus
-SUBDIR+=	dir2ogg
 SUBDIR+=	direnv
 SUBDIR+=	discident-glib
 SUBDIR+=	dispred
diff --git a/dir2ogg/DESCR b/dir2ogg/DESCR
deleted file mode 100644
index b6d148ef3a..0000000000
--- a/dir2ogg/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-dir2ogg is a python script which converts mp3, m4a, wma and wav files into OGG
-Vorbis format. It was inspired by the perl script mp32ogg.
diff --git a/dir2ogg/Makefile b/dir2ogg/Makefile
deleted file mode 100644
index 9a46d174fd..0000000000
--- a/dir2ogg/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2014/10/20 13:09:05 thomasklausner Exp $
-
-DISTNAME=	dir2ogg-0.11.8
-CATEGORIES=	audio
-MASTER_SITES=	http://jak-linux.org/projects/dir2ogg/0.11/
-
-MAINTAINER=	netbsd%guigui2.net@localhost
-HOMEPAGE=	http://jak-linux.org/projects/dir2ogg
-COMMENT=	Command-line {wav,mp3,m4a} to ogg converter
-LICENSE=	gnu-gpl-v2
-
-DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
-
-USE_LANGUAGES=		# none
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-REPLACE_PYTHON+=	${WRKSRC}/dir2ogg
-NO_BUILD=		yes
-
-PYTHON_VERSIONS_ACCEPTED=	27 # not yet ported as of 0.11.8
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/dir2ogg ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/dir2ogg.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dir2ogg/PLIST b/dir2ogg/PLIST
deleted file mode 100644
index ec7da9feec..0000000000
--- a/dir2ogg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/17 21:07:31 guigui2 Exp $
-bin/dir2ogg
-man/man1/dir2ogg.1
diff --git a/dir2ogg/distinfo b/dir2ogg/distinfo
deleted file mode 100644
index b9108f2670..0000000000
--- a/dir2ogg/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2009/11/04 22:12:30 guigui2 Exp $
-
-RMD160 (dir2ogg-0.11.8.tar.gz) = 08e5d6a0979ceb3ed59060820d29146ac03b899d
-SHA512 (dir2ogg-0.11.8.tar.gz) = 44275ab5b1bda26e2148b24a1b9fc49ee09e6f2848c1e62d13da12369e28a1f787c695c1547b002f13e1733d14984bf3ca0c425d60ace8bda69f0de28af0ed8f
-Size (dir2ogg-0.11.8.tar.gz) = 21145 bytes


Home | Main Index | Thread Index | Old Index