summaryrefslogtreecommitdiffstats
path: root/x11-fm/py-nautilus
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /x11-fm/py-nautilus
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/py-nautilus')
-rw-r--r--x11-fm/py-nautilus/Makefile34
-rw-r--r--x11-fm/py-nautilus/distinfo3
-rw-r--r--x11-fm/py-nautilus/files/patch-configure15
-rw-r--r--x11-fm/py-nautilus/pkg-descr1
-rw-r--r--x11-fm/py-nautilus/pkg-plist15
5 files changed, 0 insertions, 68 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile
deleted file mode 100644
index 345aadfff..000000000
--- a/x11-fm/py-nautilus/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: py-nautilus
-# Date created: 31 May, 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.9 2009/01/10 01:59:22 mezz Exp $
-#
-
-PORTNAME= nautilus
-PORTVERSION= 0.5.1
-CATEGORIES= x11-fm gnome python
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/nautilus-python/${PORTVERSION:R}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= nautilus-python-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python nautilus bindings
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_PYTHON= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack pygnome2 eel2 nautilus2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-DOCSDIR= ${PREFIX}/share/doc/nautilus-python
-
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \
- ${WRKSRC}/examples/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11-fm/py-nautilus/distinfo b/x11-fm/py-nautilus/distinfo
deleted file mode 100644
index 5b9b922a7..000000000
--- a/x11-fm/py-nautilus/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nautilus-python-0.5.1.tar.bz2) = 83136937cdb790a2ee5823e96de20acf
-SHA256 (nautilus-python-0.5.1.tar.bz2) = 34e79046b9bd420bc980befeabeac9c229a6a12e21e04c7648849cd540593d89
-SIZE (nautilus-python-0.5.1.tar.bz2) = 230999
diff --git a/x11-fm/py-nautilus/files/patch-configure b/x11-fm/py-nautilus/files/patch-configure
deleted file mode 100644
index d9196af60..000000000
--- a/x11-fm/py-nautilus/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig 2008-01-13 14:41:48.000000000 -0500
-+++ configure 2008-01-13 14:42:01.000000000 -0500
-@@ -19597,10 +19597,10 @@ CPPFLAGS="$save_CPPFLAGS"
- { echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
- echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; }
- py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
--if test "x$PYTHON_LIBS" == x; then
-+if test "x$PYTHON_LIBS" = x; then
- PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
- fi
--if test "x$PYTHON_LIB_LOC" == x; then
-+if test "x$PYTHON_LIB_LOC" = x; then
- PYTHON_LIB_LOC="${py_prefix}/lib"
- fi
-
diff --git a/x11-fm/py-nautilus/pkg-descr b/x11-fm/py-nautilus/pkg-descr
deleted file mode 100644
index 1d3571cec..000000000
--- a/x11-fm/py-nautilus/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Python nautilus bindings.
diff --git a/x11-fm/py-nautilus/pkg-plist b/x11-fm/py-nautilus/pkg-plist
deleted file mode 100644
index f4109e434..000000000
--- a/x11-fm/py-nautilus/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-lib/nautilus-python/nautilus.la
-lib/nautilus-python/nautilus.so
-lib/nautilus/extensions-2.0/libnautilus-python.la
-lib/nautilus/extensions-2.0/libnautilus-python.so
-libdata/pkgconfig/nautilus-python.pc
-%%DOCSDIR%%/README
-%%DOCSDIR%%/documentation.py
-%%DOCSDIR%%/examples/background-image.py
-%%DOCSDIR%%/examples/block-size-column.py
-%%DOCSDIR%%/examples/md5sum-property-page.py
-%%DOCSDIR%%/examples/open-terminal.py
-%%DOCSDIR%%/examples/submenu.py
-@dirrm %%DOCSDIR%%/examples
-@dirrm %%DOCSDIR%%
-@dirrm lib/nautilus-python