Remove py-xdg, devel/py-xdg is newer.
This commit is contained in:
parent
94efd33383
commit
eec090be4f
5 changed files with 1 additions and 78 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3512 2009/07/18 19:41:49 thomasklausner Exp $
|
||||
# $Id: Makefile,v 1.3513 2009/07/18 20:40:50 thomasklausner Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -1771,7 +1771,6 @@ SUBDIR+= py-webkit
|
|||
SUBDIR+= py-willow
|
||||
SUBDIR+= py-workerpool
|
||||
SUBDIR+= py-wxWidgets-unicode
|
||||
SUBDIR+= py-xdg
|
||||
SUBDIR+= py-xlrd
|
||||
SUBDIR+= py-xmpppy
|
||||
SUBDIR+= py-xsdb
|
||||
|
|
14
py-xdg/DESCR
14
py-xdg/DESCR
|
@ -1,14 +0,0 @@
|
|||
The XDG Package contains:
|
||||
|
||||
- Implementation of the XDG-Base-Directory Standard
|
||||
http://www.freedesktop.org/standards/basedir-spec
|
||||
- Implementation of the XDG-Desktop Standard
|
||||
http://www.freedesktop.org/standards/desktop-entry-spec
|
||||
- Implementation of the XDG-Menu Standard
|
||||
http://www.freedesktop.org/standards/menu-spec
|
||||
- Implementation of the XDG-Icon-Theme Standard
|
||||
http://www.freedesktop.org/standards/icon-theme-spec
|
||||
- Implementation of the XDG-Shared MIME-info Database
|
||||
http://www.freedesktop.org/standards/shared-mime-info
|
||||
- Implementation of the XDG-Recent File Storage Specification
|
||||
http://www.freedesktop.org/standards/recent-file-spec
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/03/02 22:19:38 hoka_adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyxdg-0.15
|
||||
PKGNAME= ${PYPKGPREFIX}-xdg-0.15
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= http://www.freedesktop.org/~lanius/
|
||||
|
||||
MAINTAINER= pancake@phreaker.net
|
||||
HOMEPAGE= http://pyxdg.freedesktop.org/
|
||||
COMMENT= XDG handling library
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
38
py-xdg/PLIST
38
py-xdg/PLIST
|
@ -1,38 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/03/02 22:19:38 hoka_adam Exp $
|
||||
${PYSITELIB}/xdg/BaseDirectory.py
|
||||
${PYSITELIB}/xdg/BaseDirectory.pyc
|
||||
${PYSITELIB}/xdg/BaseDirectory.pyo
|
||||
${PYSITELIB}/xdg/Config.py
|
||||
${PYSITELIB}/xdg/Config.pyc
|
||||
${PYSITELIB}/xdg/Config.pyo
|
||||
${PYSITELIB}/xdg/DesktopEntry.py
|
||||
${PYSITELIB}/xdg/DesktopEntry.pyc
|
||||
${PYSITELIB}/xdg/DesktopEntry.pyo
|
||||
${PYSITELIB}/xdg/Exceptions.py
|
||||
${PYSITELIB}/xdg/Exceptions.pyc
|
||||
${PYSITELIB}/xdg/Exceptions.pyo
|
||||
${PYSITELIB}/xdg/IconTheme.py
|
||||
${PYSITELIB}/xdg/IconTheme.pyc
|
||||
${PYSITELIB}/xdg/IconTheme.pyo
|
||||
${PYSITELIB}/xdg/IniFile.py
|
||||
${PYSITELIB}/xdg/IniFile.pyc
|
||||
${PYSITELIB}/xdg/IniFile.pyo
|
||||
${PYSITELIB}/xdg/Locale.py
|
||||
${PYSITELIB}/xdg/Locale.pyc
|
||||
${PYSITELIB}/xdg/Locale.pyo
|
||||
${PYSITELIB}/xdg/Menu.py
|
||||
${PYSITELIB}/xdg/Menu.pyc
|
||||
${PYSITELIB}/xdg/Menu.pyo
|
||||
${PYSITELIB}/xdg/MenuEditor.py
|
||||
${PYSITELIB}/xdg/MenuEditor.pyc
|
||||
${PYSITELIB}/xdg/MenuEditor.pyo
|
||||
${PYSITELIB}/xdg/Mime.py
|
||||
${PYSITELIB}/xdg/Mime.pyc
|
||||
${PYSITELIB}/xdg/Mime.pyo
|
||||
${PYSITELIB}/xdg/RecentFiles.py
|
||||
${PYSITELIB}/xdg/RecentFiles.pyc
|
||||
${PYSITELIB}/xdg/RecentFiles.pyo
|
||||
${PYSITELIB}/xdg/__init__.py
|
||||
${PYSITELIB}/xdg/__init__.pyc
|
||||
${PYSITELIB}/xdg/__init__.pyo
|
||||
@dirrm ${PYSITELIB}/xdg
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/03/06 01:30:06 poppnk Exp $
|
||||
|
||||
SHA1 (pyxdg-0.15.tar.gz) = e8562ac1620bb447b40c911a1e1bad8f9b21017b
|
||||
RMD160 (pyxdg-0.15.tar.gz) = 0f004c54782c4943e19968e9c7a3b35cf702c110
|
||||
Size (pyxdg-0.15.tar.gz) = 36465 bytes
|
Loading…
Reference in a new issue