diff --git a/gpp/.footprint b/gpp/.footprint deleted file mode 100644 index 877174889..000000000 --- a/gpp/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gpp -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gpp.1.gz diff --git a/gpp/.signature b/gpp/.signature deleted file mode 100644 index ac992fff6..000000000 --- a/gpp/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wkH0i2gTPgcLl6BCVRcY7JYgMMsXlUPmFZnRYN2PCw4SOQQNNivyrhibpTD3KFbpba4A75a10NtOFc8in/PVAc= -SHA256 (Pkgfile) = 171d8dc6557a86b34434e10658fabfaa17d34e648f0d2c4a1d69b8214470f1d8 -SHA256 (.footprint) = 69716b437868cca3cb77f873e1e69d4bfcd2b402b60c46c30d2f9fa8270316c5 -SHA256 (gpp-2.27.tar.bz2) = 49eb99d22af991e7f4efe2b21baa1196e9ab98c05b4b7ed56524a612c47b8fd3 diff --git a/gpp/Pkgfile b/gpp/Pkgfile deleted file mode 100644 index fabd908e0..000000000 --- a/gpp/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: A general-purpose preprocessor with customizable syntax. -# URL: http://en.nothingisreal.com/wiki/GPP -# Maintainer: unmaintained - -name=gpp -version=2.27 -release=1 -source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2) - -build() { - cd $name-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install - - rm -r $PKG/usr/share/doc -}