pkgsrc-WIP-changes archive

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

converttomp3: needs python 2.7 but its dependencies do not support this



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Dec 16 12:26:40 2021 +0100
Changeset:	48136007b7a5d6e4463ea36c7f34b410d241f06e

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

Log Message:
converttomp3: needs python 2.7 but its dependencies do not support this

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

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

diffstat:
 Makefile              |  1 -
 converttomp3/DESCR    |  1 -
 converttomp3/Makefile | 33 ---------------------------------
 converttomp3/PLIST    |  2 --
 converttomp3/distinfo |  4 ----
 5 files changed, 41 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c31110f68a..f2fe0cb8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -520,7 +520,6 @@ SUBDIR+=	conkeror
 SUBDIR+=	conky
 SUBDIR+=	consul
 SUBDIR+=	contacts
-SUBDIR+=	converttomp3
 SUBDIR+=	cool-retro-term-git
 SUBDIR+=	cops
 SUBDIR+=	copytape
diff --git a/converttomp3/DESCR b/converttomp3/DESCR
deleted file mode 100644
index a3b2da085e..0000000000
--- a/converttomp3/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Convert music files to MP3, preserving some tag information
diff --git a/converttomp3/Makefile b/converttomp3/Makefile
deleted file mode 100644
index 340ed3e5a1..0000000000
--- a/converttomp3/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/10/20 13:09:05 thomasklausner Exp $
-
-DISTNAME=	ConvertToMP3_0.6.3
-PKGNAME=	converttomp3-0.6.3
-CATEGORIES=	audio
-MASTER_SITES=	http://converttomp3.googlecode.com/files/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/converttomp3/
-COMMENT=	Convert music files to MP3, preserving some tag information
-LICENSE=	gnu-gpl-v3
-
-DEPENDS+=	id3v2-[0-9]*:../../audio/id3v2
-DEPENDS+=	lame-[0-9]*:../../audio/lame
-DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
-DEPENDS+=	mplayer-[0-9]*:../../multimedia/mplayer
-
-USE_LANGUAGES=			# none
-NO_BUILD=			yes
-WRKSRC=				${WRKDIR}
-
-INSTALLATION_DIRS=	bin
-
-REPLACE_PYTHON+=		ConvertToMP3.py
-PYTHON_VERSIONS_ACCEPTED=	27 # not yet ported as of 0.6.3
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/ConvertToMP3.py \
-	  ${DESTDIR}${PREFIX}/bin/converttomp3
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/converttomp3/PLIST b/converttomp3/PLIST
deleted file mode 100644
index 87b501531f..0000000000
--- a/converttomp3/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/25 23:34:12 jihbed Exp $
-bin/converttomp3
diff --git a/converttomp3/distinfo b/converttomp3/distinfo
deleted file mode 100644
index cbb0613b66..0000000000
--- a/converttomp3/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/04/25 23:34:12 jihbed Exp $
-
-RMD160 (ConvertToMP3_0.6.3.zip) = 57562e1bd8b1c5699cda28ab9ccfdd59972f3d4f
-Size (ConvertToMP3_0.6.3.zip) = 14974 bytes


Home | Main Index | Thread Index | Old Index