Skip to content

Commit

Permalink
Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PR…
Browse files Browse the repository at this point in the history
…OJECT}.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Aug 29, 2021
1 parent 78349b9 commit 4eb0b49
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions cad/py-cadquery/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORTNAME= cadquery
PORTNAME= ${GH_ACCOUNT:tl}
DISTVERSION= 2.0.1
CATEGORIES= cad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -18,7 +18,6 @@ USE_PYTHON= autoplist distutils

USE_GITHUB= yes
GH_ACCOUNT= CadQuery
GH_PROJECT= cadquery

post-extract:
# Move into a sub-directory so that we don't pollute site-packages.
Expand Down
1 change: 0 additions & 1 deletion cad/py-ezdxf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ USE_PYTHON= concurrent distutils autoplist

USE_GITHUB= yes
GH_ACCOUNT= mozman
GH_PROJECT= ezdxf

do-test:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -m pytest -rs -v
Expand Down
1 change: 0 additions & 1 deletion comms/apitran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVO
USES= python:3.6+,run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= rsj56
GH_PROJECT= apitran
GH_TAGNAME= d209347

NO_BUILD= yes
Expand Down
1 change: 0 additions & 1 deletion comms/digiham/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ USES= cmake
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= jketterl
GH_PROJECT= digiham

post-install:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
Expand Down
5 changes: 1 addition & 4 deletions comms/gnuradio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \
iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \
shebangfix

USE_GITHUB= yes
GH_ACCOUNT= gnuradio
GH_PROJECT= gnuradio

SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
Expand All @@ -72,6 +68,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \
# for detailed debugging uncomment the next line
#CMAKE_ARGS+= --debug-output --trace
USE_CXXSTD= c++11
USE_GITHUB= yes
USE_PYQT= core gui opengl
USE_WX= 3.0
USE_QT= buildtools core gui xml qmake widgets
Expand Down
4 changes: 1 addition & 3 deletions comms/qico/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= autoreconf
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= kosfango
GH_PROJECT= qico
GH_TAGNAME= 15673bf

GNU_CONFIGURE= yes

CONFDIR?= ${PREFIX}/etc/fido/qico
QBASEDIR?= /var/spool/fido/qico
QLOGDIR?= /var/log/fido/qico
Expand Down
1 change: 0 additions & 1 deletion comms/svxlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl
USE_GITHUB= yes
GH_ACCOUNT= sm0svx
GH_PROJECT= svxlink

CMAKE_SOURCE_PATH= ${WRKSRC}/src
CMAKE_ARGS+= -DMAN_INSTALL_DIR:FILEPATH=${PREFIX}/share/man \
Expand Down

0 comments on commit 4eb0b49

Please sign in to comment.